fix: admin: bad colors for top-bar alerts on tablet devices

Massimo Melina committed Jul 5, 2025 at 20:06 UTC ce844e491b2cedbd2685991845c3b45416a0281d
1 file changed +11
admin/src/index.scss
+11
@@ -65,6 +65,17 @@ h2.MuiDialogTitle-root { /* less padding */
65 border-radius: .2em;
66 }
67
68 +.MuiAppBar-root {
69 + .MuiAlert-standardInfo {
70 + .MuiAlert-icon { color: #fff8 !important}
71 + .MuiAlert-message { color: #fffa !important }
72 + }
73 + .MuiAlert-colorWarning {
74 + .MuiAlert-icon { color: #ff08 !important}
75 + .MuiAlert-message { color: #ff0a !important }
76 + }
77 +}
78 +
79 .animated-dashed-line {
80 width: 100%;
81 height: 2px;