fix: dots icons smaller

This commit is contained in:
2025-09-03 11:06:07 +04:00
parent 492b7ac32e
commit 9d8ec496a1
4 changed files with 9 additions and 5 deletions

View File

@ -7,8 +7,9 @@ import {
} from "@tabler/icons-react";
import { Box, Group, Menu, Text } from "@mantine/core";
import { useDrawersContext } from "@/drawers/DrawersContext";
import { BoardSchema, StatusSchema } from "@/lib/client";
import useIsMobile from "@/hooks/utils/useIsMobile";
import { BoardSchema, StatusSchema } from "@/lib/client";
import { iconSizeSm } from "@/theme";
type Props = {
status: StatusSchema;
@ -36,7 +37,7 @@ const StatusMenu: FC<Props> = ({
<Box
style={{ cursor: "pointer" }}
onClick={e => e.stopPropagation()}>
<IconDotsVertical />
<IconDotsVertical size={iconSizeSm} />
</Box>
</Menu.Target>
<Menu.Dropdown>