Skip to content

Commit c4dc618

Browse files
committed
darken light text on light theme
1 parent df7cac1 commit c4dc618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/themes/light/lightTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const lightColorsTheme: ITheme = {
6969
border: '#cce1f4',
7070
borderNft: '#79819A',
7171
textMain: '#404040',
72-
textLight: '#9A9B9F',
72+
textLight: '#777778',
7373
textSuperLight: '#BEC0C6',
7474
textSecondary: BASE_COLORS.white,
7575
textDark: '#404040',

0 commit comments

Comments
 (0)