Add missing muted/secondary colors to studio tailwind config
This commit is contained in:
parent
87f18dd088
commit
268102ab46
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ module.exports = {
|
|||
'panel-bg': '#0a0a0a',
|
||||
'card-bg': '#111111',
|
||||
primary: '#d9ff00',
|
||||
secondary: '#a1a1aa',
|
||||
muted: '#52525b',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue