From 053c1da5dbb163457b631abf828a24d504fa4dd2 Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Thu, 18 Sep 2025 19:46:59 +0400 Subject: [PATCH] fix: dots icons color and dnd border radius fixed --- src/components/dnd/FunnelDnd/FunnelDnd.module.css | 2 +- src/components/ui/ThemeIcon/ThemeIcon.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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}