changed white (gray_0) text to offwhite (gray_25) (#5453)
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ export function createThemes({
|
|||||||
} as const
|
} as const
|
||||||
|
|
||||||
const darkPalette: Palette = {
|
const darkPalette: Palette = {
|
||||||
white: color.gray_0,
|
white: color.gray_25,
|
||||||
black: color.trueBlack,
|
black: color.trueBlack,
|
||||||
|
|
||||||
contrast_25: color.gray_975,
|
contrast_25: color.gray_975,
|
||||||
|
|||||||
+2
-2
@@ -325,11 +325,11 @@ export const darkTheme: Theme = {
|
|||||||
textInverted: colors.green2,
|
textInverted: colors.green2,
|
||||||
},
|
},
|
||||||
inverted: {
|
inverted: {
|
||||||
background: lightPalette.white,
|
background: darkPalette.white,
|
||||||
backgroundLight: lightPalette.contrast_50,
|
backgroundLight: lightPalette.contrast_50,
|
||||||
text: lightPalette.black,
|
text: lightPalette.black,
|
||||||
textLight: lightPalette.contrast_700,
|
textLight: lightPalette.contrast_700,
|
||||||
textInverted: lightPalette.white,
|
textInverted: darkPalette.white,
|
||||||
link: lightPalette.primary_500,
|
link: lightPalette.primary_500,
|
||||||
border: lightPalette.contrast_100,
|
border: lightPalette.contrast_100,
|
||||||
borderDark: lightPalette.contrast_200,
|
borderDark: lightPalette.contrast_200,
|
||||||
|
|||||||
Reference in New Issue
Block a user