feat: introduce surface variables, text variables & shades (#4413)

* feat: surface variables & gradients

* feat: text vars

* fix: lint

* chore: remove L from surface vars

* fix: fully remove L from surface vars

---------

Co-authored-by: --global <--global>
This commit is contained in:
Calum H.
2025-10-07 17:35:45 +01:00
committed by GitHub
parent 87f8773401
commit ad705fa66f
5 changed files with 444 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
<div class="flex h-full w-full items-center justify-center gap-6 p-20">
<FileIcon class="size-28" />
<div class="flex flex-col gap-2">
<h3 class="text-red-500 m-0 text-2xl font-bold">{{ title }}</h3>
<h3 class="m-0 text-2xl font-bold text-red-500">{{ title }}</h3>
<p class="m-0 text-sm text-secondary">
{{ message }}
</p>