Add missing muted/secondary colors to studio tailwind config

This commit is contained in:
Anil Matcha 2026-03-21 16:01:46 +05:30
parent 87f18dd088
commit 268102ab46

View file

@ -8,6 +8,8 @@ module.exports = {
'panel-bg': '#0a0a0a',
'card-bg': '#111111',
primary: '#d9ff00',
secondary: '#a1a1aa',
muted: '#52525b',
},
},
},