fix: dots icons color and dnd border radius fixed
This commit is contained in:
@ -11,7 +11,9 @@ const ThemeIcon: FC<Props> = props => {
|
||||
return (
|
||||
<Center>
|
||||
<MantineThemeIcon
|
||||
variant={"default"}
|
||||
bg={"transparent"}
|
||||
bd={0}
|
||||
{...props}>
|
||||
{props.children}
|
||||
</MantineThemeIcon>
|
||||
|
||||
Reference in New Issue
Block a user