Skip to content

Commit

Permalink
Use padding instead of margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 26, 2024
1 parent e139bbb commit 57b3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/custom-select-control-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ItemHintContent = styled.span`
export const ItemHint = styled.span`
color: ${ COLORS.theme.gray[ 600 ] };
text-align: right;
margin-inline-end: ${ space( 1 ) };
padding-inline-end: ${ space( 1 ) };
`;

export const SelectLabel = styled( Ariakit.SelectLabel )`
Expand Down

0 comments on commit 57b3613

Please sign in to comment.