Skip to content

Commit

Permalink
fix(select-modal): add back needed style
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Jan 9, 2025
1 parent 8bc84a5 commit ec6b1e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/components/select-modal/select-modal.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@import "../item/item.ios.vars";
@import "../radio/radio.ios.vars";

ion-item {
--inner-padding-end: 0;
}

/**
* The bottom border of the item should only be displayed
* under the text and not the radio icon.
Expand Down

0 comments on commit ec6b1e0

Please sign in to comment.