mirror of https://github.com/VERT-sh/VERT.git
fix: snake case
This commit is contained in:
parent
2cf510eafa
commit
112200b644
|
@ -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 />
|
||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
|||
colors: {
|
||||
background: "var(--bg)",
|
||||
foreground: "var(--fg)",
|
||||
foregroundMuted: "var(--fg-muted)",
|
||||
"foreground-muted": "var(--fg-muted)",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue