light blue theme
This commit is contained in:
parent
9f30eef332
commit
5f0d1dc0f2
File diff suppressed because one or more lines are too long
@ -32,24 +32,24 @@ export const white: StyleObject = {
|
||||
'text-gray-700 hover:bg-gray-100/70 dark:text-dark-500 dark:hover:text-white dark:hover:bg-dark-800',
|
||||
asideMenuItemActive: 'font-bold text-black dark:text-white',
|
||||
asideMenuDropdown: 'bg-gray-100/75',
|
||||
navBarItemLabel: 'text-blue-600',
|
||||
navBarItemLabel: 'text-sky-600',
|
||||
navBarItemLabelHover: 'hover:text-black',
|
||||
navBarItemLabelActiveColor: 'text-black',
|
||||
overlay: 'from-white via-gray-100 to-white',
|
||||
activeLinkColor: 'bg-gray-100/70',
|
||||
bgLayoutColor: 'bg-gray-50',
|
||||
iconsColor: 'text-blue-500',
|
||||
overlay: 'from-white via-sky-100 to-white',
|
||||
activeLinkColor: 'bg-sky-100/70',
|
||||
bgLayoutColor: 'bg-sky-50',
|
||||
iconsColor: 'text-sky-500',
|
||||
cardsColor: 'bg-white',
|
||||
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-sky-600 focus:border-sky-600 focus:outline-none border-sky-200 dark:focus:ring-sky-600 dark:focus:border-sky-600',
|
||||
corners: 'rounded',
|
||||
cardsStyle: 'bg-white border border-pavitra-400',
|
||||
linkColor: 'text-blue-600',
|
||||
websiteHeder: 'border-b border-gray-200',
|
||||
borders: 'border-gray-200',
|
||||
cardsStyle: 'bg-white border border-sky-200',
|
||||
linkColor: 'text-sky-600',
|
||||
websiteHeder: 'border-b border-sky-200',
|
||||
borders: 'border-sky-200',
|
||||
shadow: '',
|
||||
websiteSectionStyle: '',
|
||||
textSecondary: 'text-gray-500',
|
||||
textSecondary: 'text-sky-500',
|
||||
};
|
||||
|
||||
export const dataGridStyles = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user