Fix variable name and simplify if statements

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-06 14:56:36 -03:00
commit 4daf4ffc81
3 changed files with 519 additions and 34 deletions

View file

@ -87,7 +87,7 @@ module.exports = {
"beta-foreground": "var(--beta-foreground)",
"chat-bot-icon": "var(--chat-bot-icon)",
"chat-user-icon": "var(--chat-user-icon)",
"ice": "var(--ice)",
ice: "var(--ice)",
white: "var(--white)",
border: "hsl(var(--border))",

File diff suppressed because one or more lines are too long