убрал лишние комментарии
This commit is contained in:
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)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user