feat: -rm custom colors
This commit is contained in:
@@ -927,7 +927,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
<Typography
|
<Typography
|
||||||
variant="body2"
|
variant="body2"
|
||||||
sx={{
|
sx={{
|
||||||
color: isDarkMode ? '#81c784' : '#2e7d32',
|
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
mb: 0.5
|
mb: 0.5
|
||||||
}}
|
}}
|
||||||
@@ -943,7 +942,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
<Typography
|
<Typography
|
||||||
variant="caption"
|
variant="caption"
|
||||||
sx={{
|
sx={{
|
||||||
color: isDarkMode ? '#a5d6a7' : '#388e3c',
|
|
||||||
display: 'block',
|
display: 'block',
|
||||||
mb: 1
|
mb: 1
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user