mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: follow figma design
This commit is contained in:
@ -45,6 +45,11 @@ module.exports = {
|
||||
DEFAULT: 'hsl(var(--card))',
|
||||
foreground: 'hsl(var(--card-foreground))',
|
||||
},
|
||||
'field-card': {
|
||||
DEFAULT: 'hsl(var(--field-card))',
|
||||
border: 'hsl(var(--field-card-border))',
|
||||
foreground: 'hsl(var(--field-card-foreground))',
|
||||
},
|
||||
widget: {
|
||||
DEFAULT: 'hsl(var(--widget))',
|
||||
// foreground: 'hsl(var(--widget-foreground))',
|
||||
|
||||
Reference in New Issue
Block a user