Skip to content

Commit

Permalink
fix: padding in role change cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
eswarclynn authored Jul 25, 2023
1 parent 9afd047 commit c418058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const RoleChangeModal = ({ peerId, onOpenChange }) => {
)}
<Flex justify="center" align="center" css={{ width: '100%', gap: '$md' }}>
<Box css={{ width: '50%' }}>
<Dialog.Close css={{ width: '100%' }} asChild>
<Dialog.Close css={{ width: '100%', p: '$4 $8' }} asChild>
<Button variant="standard" outlined css={{ width: '100%' }} data-testid="cancel_button">
Cancel
</Button>
Expand Down

0 comments on commit c418058

Please sign in to comment.