aboutsummaryrefslogtreecommitdiff
path: root/modern/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/main')
-rw-r--r--modern/src/main/MainPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/main/MainPage.js b/modern/src/main/MainPage.js
index 41e51609..5a35dcef 100644
--- a/modern/src/main/MainPage.js
+++ b/modern/src/main/MainPage.js
@@ -104,7 +104,7 @@ const useStyles = makeStyles((theme) => ({
},
sidebarToggleBg: {
backgroundColor: 'white',
- color: '#777777',
+ color: 'rgba(0, 0, 0, 0.6)',
'&:hover': {
backgroundColor: 'white',
},