diff --git a/src/components/dnd/FunnelDnd/FunnelDnd.module.css b/src/components/dnd/FunnelDnd/FunnelDnd.module.css index 9f60774..e70a793 100644 --- a/src/components/dnd/FunnelDnd/FunnelDnd.module.css +++ b/src/components/dnd/FunnelDnd/FunnelDnd.module.css @@ -1,7 +1,7 @@ .overlay { cursor: grabbing; - border-radius: 10px; + border-radius: var(--mantine-radius-lg); @media (max-width: 48em) { @mixin dark { diff --git a/src/components/ui/ThemeIcon/ThemeIcon.tsx b/src/components/ui/ThemeIcon/ThemeIcon.tsx index c2ce3f2..fdd00cc 100644 --- a/src/components/ui/ThemeIcon/ThemeIcon.tsx +++ b/src/components/ui/ThemeIcon/ThemeIcon.tsx @@ -11,7 +11,9 @@ const ThemeIcon: FC = props => { return (
{props.children}