about summary refs log tree commit diff
path: root/src/lib/themes.ts
diff options
context:
space:
mode:
authorwhey.party <132627503+rimar1337@users.noreply.github.com>2024-09-23 22:24:36 +0700
committerGitHub <noreply@github.com>2024-09-23 10:24:36 -0500
commit87d601e68d38b1337639b0d89cbd074147fa6236 (patch)
treecd156de1fa02671c129d2fe2a026c4f5be534ce8 /src/lib/themes.ts
parent4e8d86db317864257f6416cd867d7bb07baca6d0 (diff)
downloadvoidsky-87d601e68d38b1337639b0d89cbd074147fa6236.tar.zst
changed white (gray_0) text to offwhite (gray_25) (#5453)
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r--src/lib/themes.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts
index 503079993..eb11872fa 100644
--- a/src/lib/themes.ts
+++ b/src/lib/themes.ts
@@ -325,11 +325,11 @@ export const darkTheme: Theme = {
       textInverted: colors.green2,
     },
     inverted: {
-      background: lightPalette.white,
+      background: darkPalette.white,
       backgroundLight: lightPalette.contrast_50,
       text: lightPalette.black,
       textLight: lightPalette.contrast_700,
-      textInverted: lightPalette.white,
+      textInverted: darkPalette.white,
       link: lightPalette.primary_500,
       border: lightPalette.contrast_100,
       borderDark: lightPalette.contrast_200,