Make dark text a bit darker
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export const theme: Theme = {
|
|||||||
...colors,
|
...colors,
|
||||||
white: '#fff',
|
white: '#fff',
|
||||||
black: '#000',
|
black: '#000',
|
||||||
text: '#dedede',
|
text: '#d0d0d0',
|
||||||
background: '#202124',
|
background: '#202124',
|
||||||
primary: colors.blue[4],
|
primary: colors.blue[4],
|
||||||
secondary: '#6c757d',
|
secondary: '#6c757d',
|
||||||
|
|||||||
Reference in New Issue
Block a user