chore(dashboard): 💄 Center folder title
This commit is contained in:
@ -119,7 +119,11 @@ export const FolderButton = ({
|
|||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
onSubmit={onRenameSubmit}
|
onSubmit={onRenameSubmit}
|
||||||
>
|
>
|
||||||
<EditablePreview _hover={{ bgColor: 'gray.300' }} px="2" />
|
<EditablePreview
|
||||||
|
_hover={{ bgColor: 'gray.300' }}
|
||||||
|
px="2"
|
||||||
|
textAlign="center"
|
||||||
|
/>
|
||||||
<EditableInput textAlign="center" />
|
<EditableInput textAlign="center" />
|
||||||
</Editable>
|
</Editable>
|
||||||
</VStack>
|
</VStack>
|
||||||
|
Reference in New Issue
Block a user