diff --git a/src/themes/antos_dark/afx-sys-panel.css b/src/themes/antos_dark/afx-sys-panel.css index ae72a30..0da8272 100644 --- a/src/themes/antos_dark/afx-sys-panel.css +++ b/src/themes/antos_dark/afx-sys-panel.css @@ -6,7 +6,7 @@ afx-sys-panel > div{ afx-sys-panel .afx-panel-os-menu button { - background-color: #e7414d; + background-color: #5F548E; border-radius: 0; border: 0; } diff --git a/src/themes/antos_light/afx-sys-panel.css b/src/themes/antos_light/afx-sys-panel.css index 96275e9..231a26b 100644 --- a/src/themes/antos_light/afx-sys-panel.css +++ b/src/themes/antos_light/afx-sys-panel.css @@ -5,7 +5,7 @@ afx-sys-panel > div{ } afx-sys-panel .afx-panel-os-menu button { - background-color: #e7414d; + background-color: #5F548E; border-radius: 0; border: 0; color: white;