Adjust Element Colors

This commit is contained in:
aftabrehan
2024-02-02 16:31:30 +05:00
parent e96577e60e
commit 4c190af17b
5 changed files with 6 additions and 5 deletions

View File

@@ -11,10 +11,11 @@ const config: Config = {
extend: {
colors: {
primary: '#616DF4',
'midnight-slate': '#14181f',
},
boxShadow: {
header: '0px 4px 12px 0px rgba(189, 189, 189, 0.25)',
'header-dark': '0px 1px 1px 0px rgba(189, 189, 189, 0.25)',
'header-dark': '0px 1px 1px 0px rgba(189, 189, 189, 0.20)',
card: '0px 8px 16px 0px rgba(0, 0, 0, 0.10)',
},
screens: {