fix: dots icons color and dnd border radius fixed
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
border-radius: 10px;
|
border-radius: var(--mantine-radius-lg);
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
@mixin dark {
|
@mixin dark {
|
||||||
|
|||||||
@ -11,7 +11,9 @@ const ThemeIcon: FC<Props> = props => {
|
|||||||
return (
|
return (
|
||||||
<Center>
|
<Center>
|
||||||
<MantineThemeIcon
|
<MantineThemeIcon
|
||||||
|
variant={"default"}
|
||||||
bg={"transparent"}
|
bg={"transparent"}
|
||||||
|
bd={0}
|
||||||
{...props}>
|
{...props}>
|
||||||
{props.children}
|
{props.children}
|
||||||
</MantineThemeIcon>
|
</MantineThemeIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user