Skip to content

Commit

Permalink
add left align for horizontal helper
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 22, 2022
1 parent 3f9b113 commit bc3aaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/src/components/molecules/Helper/Helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const Container = styled.div<{ $type: HelperType; $alignment: Alignment }>(
justify-content: flex-start;
gap: ${theme.space['4']};
padding: ${theme.space['4']};
text-align: left;
`}
background-color: ${theme.colors.lightBlue};
Expand Down

0 comments on commit bc3aaf3

Please sign in to comment.