changed white (gray_0) text to offwhite (gray_25) (#5453)

This commit is contained in:
whey.party
2024-09-23 22:24:36 +07:00
committed by GitHub
parent 4e8d86db31
commit 87d601e68d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ export function createThemes({
} as const
const darkPalette: Palette = {
white: color.gray_0,
white: color.gray_25,
black: color.trueBlack,
contrast_25: color.gray_975,