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