Skip to content

Commit

Permalink
Added vertical and horizontal centering to text
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiazq committed Oct 2, 2024
1 parent 0856f1b commit 1e55aa9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ const StyledChip = styled(Chip)`
background-color: ${DesignTokenColors.confirmation700};
color: ${DesignTokenColors.whiteUI};
height: 20px;
align-items: center;
justify-content: center;
`;

export default withStyles(commonMuiStyles)(ChallengeInviteFriends);

0 comments on commit 1e55aa9

Please sign in to comment.