mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Clean up colors and Selects
This commit is contained in:
parent
9b814aa1ca
commit
895abdbbaf
7 changed files with 5 additions and 21 deletions
|
|
@ -4,11 +4,11 @@ import { ArrowRight } from '@/components/icons';
|
|||
|
||||
const STYLES = {
|
||||
positive: {
|
||||
color: `var(--status-success-text)`,
|
||||
color: `var(--status-success)`,
|
||||
background: `var(--status-success-bg)`,
|
||||
},
|
||||
negative: {
|
||||
color: `var(--status-error-text)`,
|
||||
color: `var(--status-error)`,
|
||||
background: `var(--status-error-bg)`,
|
||||
},
|
||||
neutral: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue