feat: added theme success and warning colors
fix: invite member dialog box feat: email expiry date column feat: resend email verification button fix: select item text can be seen
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = {
|
||||
DEFAULT: 'hsl(var(--success))',
|
||||
foreground: 'hsl(var(--success-foreground))'
|
||||
},
|
||||
warning: {
|
||||
DEFAULT: 'hsl(var(--warning))',
|
||||
foreground: 'hsl(var(--warning-foreground))'
|
||||
},
|
||||
border: 'hsl(var(--border))',
|
||||
input: 'hsl(var(--input))',
|
||||
ring: 'hsl(var(--ring))',
|
||||
|
||||
Reference in New Issue
Block a user