save button consistency

+ remove unused %theme% class
This commit is contained in:
JovannMC 2025-02-07 19:46:28 +03:00
parent a048225c8b
commit e515e67c44
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en" class="%theme%"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.webp" /> <link rel="icon" href="%sveltekit.assets%/favicon.webp" />

View File

@ -72,7 +72,7 @@
<div class="flex justify-end"> <div class="flex justify-end">
<button <button
onclick={save} 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" /> <SaveAllIcon size="24" class="inline-block mr-2" />
Save Save