fix: snake case

This commit is contained in:
not-nullptr 2024-11-11 15:47:21 +00:00
parent 2cf510eafa
commit 112200b644
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
>
<Upload />
<h2>Drop or click to upload files</h2>
<p class="text-foregroundMuted">the</p>
<p class="text-foreground-muted">the</p>
</div>
<input type="file" class="hidden" bind:files />

View File

@ -8,7 +8,7 @@ export default {
colors: {
background: "var(--bg)",
foreground: "var(--fg)",
foregroundMuted: "var(--fg-muted)",
"foreground-muted": "var(--fg-muted)",
},
},