fix backgrounds

This commit is contained in:
SrGooglo 2023-06-24 12:00:32 +00:00
parent 26b5d2e054
commit 52e6882a1a

View File

@ -275,6 +275,8 @@
transition: all 150ms ease-in-out;
background-color: transparent;
svg {
margin: 0 !important;
}
@ -324,7 +326,7 @@
}
.ant-input {
background-color: var(--background-color-accent);
background-color: transparent;
z-index: 10;
position: relative;
@ -347,6 +349,8 @@
border: 0;
outline: 0;
box-shadow: none;
background-color: transparent;
}
}
}