убрал лишние комментарии

This commit is contained in:
ArtChaos189 2023-12-27 23:28:19 +03:00
parent 2154039e37
commit 759a8d458c

@ -392,10 +392,10 @@ export default function EditPage() {
background: "#fff", background: "#fff",
transitionDuration: "300ms", transitionDuration: "300ms",
"&:hover": { "&:hover": {
background: "#fff", // Цвет при ховере, замените на ваш желаемый background: "#fff",
}, },
"&:active": { "&:active": {
background: "#fff", // Цвет при активном состоянии, замените на ваш желаемый background: "#fff",
}, },
"&.Mui-checked": { "&.Mui-checked": {
transform: "translateX(20px)", transform: "translateX(20px)",