refactor: replaced rem with mantine constants
This commit is contained in:
@ -98,7 +98,7 @@ const ImageDropzone: FC<Props> = (props: Props) => {
|
||||
|
||||
return (
|
||||
<Flex
|
||||
gap={rem(10)}
|
||||
gap={"xs"}
|
||||
direction={"column"}>
|
||||
<Fieldset legend={"Изображение"}>
|
||||
<Flex justify={"center"}>
|
||||
|
||||
Reference in New Issue
Block a user