From 112200b644e4ba393c1f293fc19a102f41e323df Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Mon, 11 Nov 2024 15:47:21 +0000 Subject: [PATCH] fix: snake case --- src/lib/components/visual/Uploader.svelte | 2 +- tailwind.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/visual/Uploader.svelte b/src/lib/components/visual/Uploader.svelte index e69d855..07729ba 100644 --- a/src/lib/components/visual/Uploader.svelte +++ b/src/lib/components/visual/Uploader.svelte @@ -13,7 +13,7 @@ >

Drop or click to upload files

-

the

+

the

diff --git a/tailwind.config.ts b/tailwind.config.ts index 5df2604..7d2d44c 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -8,7 +8,7 @@ export default { colors: { background: "var(--bg)", foreground: "var(--fg)", - foregroundMuted: "var(--fg-muted)", + "foreground-muted": "var(--fg-muted)", }, },