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 />
|
<Upload />
|
||||||
<h2>Drop or click to upload files</h2>
|
<h2>Drop or click to upload files</h2>
|
||||||
<p class="text-foregroundMuted">the</p>
|
<p class="text-foreground-muted">the</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="file" class="hidden" bind:files />
|
<input type="file" class="hidden" bind:files />
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
colors: {
|
colors: {
|
||||||
background: "var(--bg)",
|
background: "var(--bg)",
|
||||||
foreground: "var(--fg)",
|
foreground: "var(--fg)",
|
||||||
foregroundMuted: "var(--fg-muted)",
|
"foreground-muted": "var(--fg-muted)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue