Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanoe committed Jun 9, 2023
1 parent 8c845d5 commit cca0bb5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ export const Group = styled.div`
export const Discriminator = styled.span`
color: ${palette.taupe500};
font-size: 75%;
padding: 0 5px;
padding-left: 5px;
`;

export const GroupText = styled.span`
position: relative;
top: -2px;
padding-right: 5px;
`;

0 comments on commit cca0bb5

Please sign in to comment.