Skip to content

Commit

Permalink
chore(dashboard): 💄 Center folder title
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Apr 8, 2022
1 parent 144ffae commit 1653b53
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ export const FolderButton = ({
onClick={(e) => e.stopPropagation()}
onSubmit={onRenameSubmit}
>
<EditablePreview _hover={{ bgColor: 'gray.300' }} px="2" />
<EditablePreview
_hover={{ bgColor: 'gray.300' }}
px="2"
textAlign="center"
/>
<EditableInput textAlign="center" />
</Editable>
</VStack>
Expand Down

0 comments on commit 1653b53

Please sign in to comment.