refactor: replaced rem with mantine constants

This commit is contained in:
2025-10-05 12:25:14 +04:00
parent 0fcf086861
commit b35961329e
19 changed files with 25 additions and 28 deletions

View File

@ -98,7 +98,7 @@ const ImageDropzone: FC<Props> = (props: Props) => {
return (
<Flex
gap={rem(10)}
gap={"xs"}
direction={"column"}>
<Fieldset legend={"Изображение"}>
<Flex justify={"center"}>