Skip to content

Commit

Permalink
fix(text-field): padding -> margin to make outline nice
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Rashkovan committed Sep 25, 2024
1 parent cb3c484 commit 25abe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/experimental/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const TopLine = styled.div`
/* stylelint-disable selector-type-case, selector-type-no-unknown */
& > :not(${InnerWrapper}) {
flex-shrink: 0;
padding-top: ${get('space.2')};
margin-top: ${get('space.2')};
}
&:hover {
Expand Down

0 comments on commit 25abe50

Please sign in to comment.