Update styleSlice.ts
changed theme from Pastel Emerald Green to white
This commit is contained in:
parent
338932751b
commit
8eaaa63df0
@ -31,31 +31,31 @@ interface StyleState {
|
||||
}
|
||||
|
||||
const initialState: StyleState = {
|
||||
asideStyle: styles.pastelEmeraldTheme.aside,
|
||||
asideStyle: styles.white.aside,
|
||||
asideScrollbarsStyle: styles.white.asideScrollbars,
|
||||
asideBrandStyle: styles.white.asideBrand,
|
||||
asideMenuItemStyle: styles.pastelEmeraldTheme.asideMenuItem,
|
||||
asideMenuItemActiveStyle: styles.pastelEmeraldTheme.asideMenuItemActive,
|
||||
activeLinkColor: styles.pastelEmeraldTheme.activeLinkColor,
|
||||
asideMenuItemStyle: styles.white.asideMenuItem,
|
||||
asideMenuItemActiveStyle: styles.white.asideMenuItemActive,
|
||||
activeLinkColor: styles.white.activeLinkColor,
|
||||
asideMenuDropdownStyle: styles.white.asideMenuDropdown,
|
||||
navBarItemLabelStyle: styles.pastelEmeraldTheme.navBarItemLabel,
|
||||
navBarItemLabelHoverStyle: styles.pastelEmeraldTheme.navBarItemLabelHover,
|
||||
navBarItemLabelStyle: styles.white.navBarItemLabel,
|
||||
navBarItemLabelHoverStyle: styles.white.navBarItemLabelHover,
|
||||
navBarItemLabelActiveColorStyle:
|
||||
styles.pastelEmeraldTheme.navBarItemLabelActiveColor,
|
||||
overlayStyle: styles.pastelEmeraldTheme.overlay,
|
||||
styles.white.navBarItemLabelActiveColor,
|
||||
overlayStyle: styles.white.overlay,
|
||||
darkMode: false,
|
||||
bgLayoutColor: styles.pastelEmeraldTheme.bgLayoutColor,
|
||||
iconsColor: styles.pastelEmeraldTheme.iconsColor,
|
||||
cardsColor: styles.pastelEmeraldTheme.cardsColor,
|
||||
focusRingColor: styles.pastelEmeraldTheme.focusRingColor,
|
||||
corners: styles.pastelEmeraldTheme.corners,
|
||||
cardsStyle: styles.pastelEmeraldTheme.cardsStyle,
|
||||
linkColor: styles.pastelEmeraldTheme.linkColor,
|
||||
websiteHeder: styles.pastelEmeraldTheme.websiteHeder,
|
||||
borders: styles.pastelEmeraldTheme.borders,
|
||||
shadow: styles.pastelEmeraldTheme.shadow,
|
||||
websiteSectionStyle: styles.pastelEmeraldTheme.websiteSectionStyle,
|
||||
textSecondary: styles.pastelEmeraldTheme.textSecondary,
|
||||
bgLayoutColor: styles.white.bgLayoutColor,
|
||||
iconsColor: styles.white.iconsColor,
|
||||
cardsColor: styles.white.cardsColor,
|
||||
focusRingColor: styles.white.focusRingColor,
|
||||
corners: styles.white.corners,
|
||||
cardsStyle: styles.white.cardsStyle,
|
||||
linkColor: styles.white.linkColor,
|
||||
websiteHeder: styles.white.websiteHeder,
|
||||
borders: styles.white.borders,
|
||||
shadow: styles.white.shadow,
|
||||
websiteSectionStyle: styles.white.websiteSectionStyle,
|
||||
textSecondary: styles.white.textSecondary,
|
||||
};
|
||||
|
||||
export const styleSlice = createSlice({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user