chore(docs): Generated + Updated UI Reference (automated) (#12459)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2025-05-13 16:10:08 +03:00
committed by GitHub
parent 4602163b56
commit a4ffc0b2ee
10 changed files with 41 additions and 49 deletions
+4
View File
@@ -88,6 +88,8 @@ export const colors = {
"--bg-subtle-pressed": "rgba(39, 39, 42, 1)",
"--button-transparent-pressed": "rgba(255, 255, 255, 0.12)",
"--fg-muted": "rgba(113, 113, 122, 1)",
"--alpha-400": "rgba(255, 255, 255, 0.24)",
"--alpha-250": "rgba(255, 255, 255, 0.1)",
},
light: {
"--tag-neutral-border": "rgba(228, 228, 231, 1)",
@@ -178,5 +180,7 @@ export const colors = {
"--bg-overlay": "rgba(24, 24, 27, 0.4)",
"--fg-disabled": "rgba(161, 161, 170, 1)",
"--fg-muted": "rgba(113, 113, 122, 1)",
"--alpha-400": "rgba(24, 24, 27, 0.24)",
"--alpha-250": "rgba(24, 24, 27, 0.1)",
},
}