feat: outlined error palette

This commit is contained in:
amhsirak
2025-01-27 22:30:37 +05:30
parent e8347d73a2
commit bafd6948a9

View File

@@ -130,6 +130,14 @@ const darkTheme = createTheme({
backgroundColor: 'rgba(255, 0, 195, 0.08)',
borderColor: '#ff66d9',
},
'&.MuiButton-outlinedError': {
borderColor: '#f44336',
color: '#f44336',
"&:hover": {
backgroundColor: 'rgba(244, 67, 54, 0.08)',
borderColor: '#d32f2f',
},
},
},
},
},