Shared: Themes: use mainOrange

This commit is contained in:
Viktor Fomin 2024-06-12 13:03:01 +05:00
parent 0ea24dd576
commit 7261036583
2 changed files with 8 additions and 5 deletions

View File

@ -61,6 +61,8 @@ const {
lightSecondMainHover, lightSecondMainHover,
lightSecondMainDisabled, lightSecondMainDisabled,
mainOrange,
lightErrorStatus, lightErrorStatus,
darkErrorStatus, darkErrorStatus,
favoritesStatus, favoritesStatus,
@ -240,7 +242,7 @@ const Dark: TTheme = {
mainButtonMobile: { mainButtonMobile: {
textColor: "rgba(255, 255, 255, 0.6)", textColor: "rgba(255, 255, 255, 0.6)",
buttonColor: "#F58D31", buttonColor: mainOrange,
iconFill: black, iconFill: black,
circleBackground: black, circleBackground: black,
@ -1766,7 +1768,7 @@ const Dark: TTheme = {
}, },
}, },
badgeWithoutText: { badgeWithoutText: {
backgroundColor: "#F58D31", backgroundColor: mainOrange,
size: "8px", size: "8px",
position: "-4px", position: "-4px",
@ -1950,7 +1952,7 @@ const Dark: TTheme = {
color: gray, color: gray,
separatorColor: grayDarkStrong, separatorColor: grayDarkStrong,
indicatorColor: "#F58D31", indicatorColor: mainOrange,
selectedItem: { selectedItem: {
background: grayMaxLight, background: grayMaxLight,
@ -2147,7 +2149,7 @@ const Dark: TTheme = {
fill: black, fill: black,
alert: { alert: {
fill: "#F58D31", fill: mainOrange,
path: black, path: black,
}, },
}, },
@ -2602,7 +2604,7 @@ const Dark: TTheme = {
stroke: darkGrayDark, stroke: darkGrayDark,
fill: darkGrayDark, fill: darkGrayDark,
defaultFill: black, defaultFill: black,
badgeFill: "#F58D31", badgeFill: mainOrange,
}, },
versionList: { versionList: {

View File

@ -55,6 +55,7 @@ export const globalColors = {
lightSecondMainDisabled: "rgba(82, 153, 224, 0.6)", lightSecondMainDisabled: "rgba(82, 153, 224, 0.6)",
mainGreen: "#2DB482", mainGreen: "#2DB482",
mainOrange: "#F58D31", // TODO: from kit
lightErrorStatus: "#F24724", lightErrorStatus: "#F24724",
darkErrorStatus: "#E06451", darkErrorStatus: "#E06451",