Skip to content

Commit

Permalink
chore(text-field): silence the style linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Rashkovan committed Sep 18, 2024
1 parent 7c4ed8a commit c987a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/experimental/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const TopLine = styled.div`
align-items: start;
gap: ${get('space.3')};
/* stylelint-disable selector-type-case, selector-type-no-unknown */
& > :not(${InnerWrapper}) {
flex-shrink: 0;
padding-top: ${get('space.2')};
Expand Down

0 comments on commit c987a54

Please sign in to comment.