feat: margin for a carousel container
This commit is contained in:
@ -20,11 +20,12 @@ const CreateStatusButton = () => {
|
||||
<Center
|
||||
p={"sm"}
|
||||
onClick={() => startEditing()}>
|
||||
<Group gap={"xs"} wrap={"nowrap"} align={"start"}>
|
||||
<Group
|
||||
gap={"xs"}
|
||||
wrap={"nowrap"}
|
||||
align={"start"}>
|
||||
<IconPlus />
|
||||
{isMobile && (
|
||||
<Text>Добавить</Text>
|
||||
)}
|
||||
{isMobile && <Text>Добавить</Text>}
|
||||
</Group>
|
||||
</Center>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user