Remove border
This commit is contained in:
parent
5aae7180e7
commit
8f5115b9c6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ const StyledSwitch = styled(MantineSwitch)`
|
|||
|
||||
& .mantine-Switch-track {
|
||||
background-color: var(--switch-track-bg);
|
||||
border: none;
|
||||
}
|
||||
|
||||
& .mantine-Switch-input {
|
||||
|
|
Reference in a new issue