fix: dots icons color and dnd border radius fixed

This commit is contained in:
2025-09-18 19:46:59 +04:00
parent 0805a86335
commit 053c1da5db
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ const ThemeIcon: FC<Props> = props => {
return (
<Center>
<MantineThemeIcon
variant={"default"}
bg={"transparent"}
bd={0}
{...props}>
{props.children}
</MantineThemeIcon>