mirror of https://github.com/VERT-sh/VERT.git
parent
a048225c8b
commit
e515e67c44
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="%theme%">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.webp" />
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<div class="flex justify-end">
|
||||
<button
|
||||
onclick={save}
|
||||
class="w-fit btn px-6 py-4 rounded-3xl bg-accent text-black flex items-center justify-center"
|
||||
class="w-fit btn px-6 py-4 bg-accent text-black flex items-center justify-center"
|
||||
>
|
||||
<SaveAllIcon size="24" class="inline-block mr-2" />
|
||||
Save
|
||||
|
|
|
|||
Loading…
Reference in New Issue