add dark base card and darkHighlight component

This commit is contained in:
yashkanakiya
2023-03-20 16:31:56 +05:30
parent 2e93082282
commit c61fbad5ce
3 changed files with 27 additions and 1 deletions

View File

@ -36,6 +36,7 @@ module.exports = {
900: withOpacityValue('--color-primary-900'),
},
black: '#040405',
highlight: 'rgb(56, 189, 248)',
red: colors.red,
teal: colors.teal,
gray: colors.slate,