diff --git a/src/lib/theme.ts b/src/lib/theme.ts index 414d327a..0167884e 100644 --- a/src/lib/theme.ts +++ b/src/lib/theme.ts @@ -32,7 +32,7 @@ export const theme: Theme = { ...colors, white: '#fff', black: '#000', - text: '#dedede', + text: '#d0d0d0', background: '#202124', primary: colors.blue[4], secondary: '#6c757d',