Stable
This commit is contained in:
@@ -22,7 +22,7 @@ import Typography from '@mui/material/Typography';
|
||||
import isDarkMode from './DarkMode';
|
||||
|
||||
|
||||
const RED_COLOR = "#C00";
|
||||
const RED_COLOR = isDarkMode()? "#F88":"#C00";
|
||||
const GREEN_COLOR = isDarkMode()? "rgba(255,255,255,0.7)": "#666";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user