Change iconsColor to use 'text-pavitra-600'
This commit is contained in:
parent
37c1e09dc3
commit
ca7ed177d5
@ -38,7 +38,7 @@ export const white: StyleObject = {
|
|||||||
overlay: 'from-white via-gray-100 to-white',
|
overlay: 'from-white via-gray-100 to-white',
|
||||||
activeLinkColor: 'bg-gray-100/70',
|
activeLinkColor: 'bg-gray-100/70',
|
||||||
bgLayoutColor: 'bg-gray-50',
|
bgLayoutColor: 'bg-gray-50',
|
||||||
iconsColor: 'text-blue-600',
|
iconsColor: 'text-pavitra-600',
|
||||||
cardsColor: 'bg-white',
|
cardsColor: 'bg-white',
|
||||||
focusRingColor:
|
focusRingColor:
|
||||||
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none border-gray-300 dark:focus:ring-blue-600 dark:focus:border-blue-600',
|
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none border-gray-300 dark:focus:ring-blue-600 dark:focus:border-blue-600',
|
||||||
@ -63,7 +63,7 @@ export const pastelEmeraldTheme: StyleObject = {
|
|||||||
activeLinkColor: 'bg-pastelEmeraldTheme-buttonColor rounded-lg',
|
activeLinkColor: 'bg-pastelEmeraldTheme-buttonColor rounded-lg',
|
||||||
asideMenuDropdown: 'bg-blue-700/50',
|
asideMenuDropdown: 'bg-blue-700/50',
|
||||||
navBarItemLabel: 'text-primaryText',
|
navBarItemLabel: 'text-primaryText',
|
||||||
iconsColor: 'text-pastelEmeraldTheme-iconsColor dark:text-blue-500',
|
iconsColor: 'text-pastelEmeraldTheme-iconsColor dark:text-pavitra-600',
|
||||||
navBarItemLabelHover: 'hover:text-stone-400',
|
navBarItemLabelHover: 'hover:text-stone-400',
|
||||||
navBarItemLabelActiveColor: 'text-pastelEmeraldTheme-800',
|
navBarItemLabelActiveColor: 'text-pastelEmeraldTheme-800',
|
||||||
overlay: 'bg-pastelEmeraldTheme-mainBG',
|
overlay: 'bg-pastelEmeraldTheme-mainBG',
|
||||||
@ -120,7 +120,7 @@ export const basic: StyleObject = {
|
|||||||
overlay: 'from-gray-700 via-gray-900 to-gray-700',
|
overlay: 'from-gray-700 via-gray-900 to-gray-700',
|
||||||
activeLinkColor: 'bg-gray-100/70',
|
activeLinkColor: 'bg-gray-100/70',
|
||||||
bgLayoutColor: 'bg-gray-50',
|
bgLayoutColor: 'bg-gray-50',
|
||||||
iconsColor: 'text-blue-500',
|
iconsColor: 'text-pavitra-600',
|
||||||
cardsColor: 'bg-white',
|
cardsColor: 'bg-white',
|
||||||
focusRingColor:
|
focusRingColor:
|
||||||
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none dark:focus:ring-blue-600 border-gray-300 dark:focus:border-blue-600',
|
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none dark:focus:ring-blue-600 border-gray-300 dark:focus:border-blue-600',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user