feat: -rm custom colors

This commit is contained in:
amhsirak
2026-02-15 01:56:08 +05:30
parent a1e766f92b
commit 03204a7851

View File

@@ -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
}} }}