fix: fixed border radius
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: rem(50px);
|
||||
border-radius: var(--mantine-radius-md);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@ -24,7 +24,7 @@ export function ColorSchemeToggle() {
|
||||
unstyled
|
||||
onClick={toggleColorScheme}
|
||||
size="xl"
|
||||
radius="lg"
|
||||
bdrs="lg"
|
||||
aria-label="Сменить тему"
|
||||
className={style.container}>
|
||||
<IconSun
|
||||
|
||||
Reference in New Issue
Block a user