diff --git a/packages/shared/themes/dark.ts b/packages/shared/themes/dark.ts index 4ec85f4a92..2a7fe92f3c 100644 --- a/packages/shared/themes/dark.ts +++ b/packages/shared/themes/dark.ts @@ -2976,7 +2976,7 @@ const Dark: TTheme = { gradientColor: black, lineColor: grayDarkStrong, - textColorPrimary: lightGrayDark, + textColorPrimary: darkGrayDark, activeTextColorPrimary: white, hoverTextColorPrimary: white, pressedTextColorPrimary: grayDarkText,