Shared: Themes: use orange

This commit is contained in:
Viktor Fomin 2024-06-07 13:17:07 +03:00
parent 8d2037d1a0
commit a74c5da59d
2 changed files with 11 additions and 9 deletions

View File

@ -1931,7 +1931,7 @@ export const getBaseTheme = () => {
},
paymentAlert: {
color: "#ed7309",
color: orangeMain,
warningColor: "#F21C0E",
},
@ -2208,7 +2208,7 @@ export const getBaseTheme = () => {
color: gray,
separatorColor: grayLightMid,
indicatorColor: "#ED7309",
indicatorColor: orangeMain,
selectedItem: {
background: blueLightMid,
@ -2240,7 +2240,7 @@ export const getBaseTheme = () => {
linkColor: gray,
tooltipLinkColor: black,
iconColor: "#C96C27",
iconColor: orangePressed,
},
updateUserForm: {
@ -2536,8 +2536,8 @@ export const getBaseTheme = () => {
isPrivate: {
limitations: {
background: grayLight,
iconColor: "#ed7309",
titleColor: "#ed7309",
iconColor: orangeMain,
titleColor: orangeMain,
descriptionColor: cyanBlueDarkShade,
linkColor: cyanBlueDarkShade,
},

View File

@ -62,6 +62,8 @@ const {
silver,
strongBlue,
orangeMain,
darkRed,
darkErrorStatus,
@ -1904,7 +1906,7 @@ const Dark: TTheme = {
},
paymentAlert: {
color: "#ed7309",
color: orangeMain,
warningColor: "#E06451",
},
@ -2215,7 +2217,7 @@ const Dark: TTheme = {
linkColor: grayMaxLight,
tooltipLinkColor: "#e06a1b",
iconColor: "#C96C27",
iconColor: orangePressed,
},
updateUserForm: {
@ -2514,8 +2516,8 @@ const Dark: TTheme = {
isPrivate: {
limitations: {
background: "#474747",
iconColor: "#ed7309",
titleColor: "#ed7309",
iconColor: orangeMain,
titleColor: orangeMain,
descriptionColor: gray,
linkColor: "#e8e8e9",
},