Skip to content

Commit

Permalink
fix(core): add more specific has-icon class (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-ortega authored Dec 5, 2023
1 parent 83727a0 commit 2f12eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@

&.input-fill-outline.input-shape-round.sc-ion-input-md-h {
--border-radius: var(--border-radius-medium);

&.has-icon {
--padding-start: var(--atom-icon-grid);
}
}

&.has-icon {
Expand Down

0 comments on commit 2f12eab

Please sign in to comment.