Handle Dark Mode Styling for Header Component

This commit is contained in:
aftabrehan
2024-02-02 15:55:22 +05:00
parent 3c200fda99
commit f87e81c4d7
8 changed files with 24 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ const config: Config = {
},
boxShadow: {
header: '0px 4px 12px 0px rgba(189, 189, 189, 0.25)',
'header-dark': '0px 1px 1px 0px rgba(189, 189, 189, 0.25)',
card: '0px 8px 16px 0px rgba(0, 0, 0, 0.10)',
},
screens: {