Update status colors in CSS and Tailwind config
This commit is contained in:
parent
515b281248
commit
523e8d8ca2
3 changed files with 3 additions and 1 deletions
|
|
@ -296,7 +296,7 @@
|
|||
@apply generic-node-status text-status-green;
|
||||
}
|
||||
.gray-status {
|
||||
@apply generic-node-status text-muted-foreground;
|
||||
@apply generic-node-status text-status-gray;
|
||||
}
|
||||
|
||||
.red-status {
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
--chat-send: #059669;
|
||||
--status-green: #4ade80;
|
||||
--status-blue: #2563eb;
|
||||
--status-gray: #6b7280;
|
||||
--connection: #555;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ module.exports = {
|
|||
"status-green": "var(--status-green)",
|
||||
"status-red": "var(--status-red)",
|
||||
"status-yellow": "var(--status-yellow)",
|
||||
"status-gray": "var(--status-gray)",
|
||||
"success-background": "var(--success-background)",
|
||||
"success-foreground": "var(--success-foreground)",
|
||||
"beta-background": "var(--beta-background)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue