Skip to content

Commit

Permalink
Button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Mar 20, 2024
1 parent bf03c94 commit 1cc67e7
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ export const LinksToCategoriesModal: FC<{
</ScrollShadow>
</ModalBody>
<ModalFooter>
<Button
fullWidth
color="primary"
variant="light"
onPress={onClose}
>
<Button fullWidth color="primary" onPress={onClose}>
{t('close')}
</Button>
</ModalFooter>
Expand Down

0 comments on commit 1cc67e7

Please sign in to comment.