Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c8c25234d | ||
|
|
dd41daddd6 | ||
|
|
3c9fc2494e | ||
|
|
03685b49ea | ||
|
|
091ebc7ee3 | ||
|
|
bf1bc498d9 | ||
|
|
8457bb99c1 | ||
|
|
0a5c6edf61 |
File diff suppressed because one or more lines are too long
1
frontend/public/locales/ar/.gitkeep
Normal file
1
frontend/public/locales/ar/.gitkeep
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
1
frontend/public/locales/ar/common.json
Normal file
1
frontend/public/locales/ar/common.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
@ -31,31 +31,30 @@ interface StyleState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const initialState: StyleState = {
|
const initialState: StyleState = {
|
||||||
asideStyle: styles.midnightBlueTheme.aside,
|
asideStyle: styles.white.aside,
|
||||||
asideScrollbarsStyle: styles.white.asideScrollbars,
|
asideScrollbarsStyle: styles.white.asideScrollbars,
|
||||||
asideBrandStyle: styles.white.asideBrand,
|
asideBrandStyle: styles.white.asideBrand,
|
||||||
asideMenuItemStyle: styles.midnightBlueTheme.asideMenuItem,
|
asideMenuItemStyle: styles.white.asideMenuItem,
|
||||||
asideMenuItemActiveStyle: styles.midnightBlueTheme.asideMenuItemActive,
|
asideMenuItemActiveStyle: styles.white.asideMenuItemActive,
|
||||||
activeLinkColor: styles.midnightBlueTheme.activeLinkColor,
|
activeLinkColor: styles.white.activeLinkColor,
|
||||||
asideMenuDropdownStyle: styles.white.asideMenuDropdown,
|
asideMenuDropdownStyle: styles.white.asideMenuDropdown,
|
||||||
navBarItemLabelStyle: styles.midnightBlueTheme.navBarItemLabel,
|
navBarItemLabelStyle: styles.white.navBarItemLabel,
|
||||||
navBarItemLabelHoverStyle: styles.midnightBlueTheme.navBarItemLabelHover,
|
navBarItemLabelHoverStyle: styles.white.navBarItemLabelHover,
|
||||||
navBarItemLabelActiveColorStyle:
|
navBarItemLabelActiveColorStyle: styles.white.navBarItemLabelActiveColor,
|
||||||
styles.midnightBlueTheme.navBarItemLabelActiveColor,
|
overlayStyle: styles.white.overlay,
|
||||||
overlayStyle: styles.midnightBlueTheme.overlay,
|
|
||||||
darkMode: false,
|
darkMode: false,
|
||||||
bgLayoutColor: styles.midnightBlueTheme.bgLayoutColor,
|
bgLayoutColor: styles.white.bgLayoutColor,
|
||||||
iconsColor: styles.midnightBlueTheme.iconsColor,
|
iconsColor: styles.white.iconsColor,
|
||||||
cardsColor: styles.midnightBlueTheme.cardsColor,
|
cardsColor: styles.white.cardsColor,
|
||||||
focusRingColor: styles.midnightBlueTheme.focusRingColor,
|
focusRingColor: styles.white.focusRingColor,
|
||||||
corners: styles.midnightBlueTheme.corners,
|
corners: styles.white.corners,
|
||||||
cardsStyle: styles.midnightBlueTheme.cardsStyle,
|
cardsStyle: styles.white.cardsStyle,
|
||||||
linkColor: styles.midnightBlueTheme.linkColor,
|
linkColor: styles.white.linkColor,
|
||||||
websiteHeder: styles.midnightBlueTheme.websiteHeder,
|
websiteHeder: styles.white.websiteHeder,
|
||||||
borders: styles.midnightBlueTheme.borders,
|
borders: styles.white.borders,
|
||||||
shadow: styles.midnightBlueTheme.shadow,
|
shadow: styles.white.shadow,
|
||||||
websiteSectionStyle: styles.midnightBlueTheme.websiteSectionStyle,
|
websiteSectionStyle: styles.white.websiteSectionStyle,
|
||||||
textSecondary: styles.midnightBlueTheme.textSecondary,
|
textSecondary: styles.white.textSecondary,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const styleSlice = createSlice({
|
export const styleSlice = createSlice({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user