Skip to content

Commit

Permalink
fix(list): change inset border radius to match iOS 15 (#23711)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmartian authored Aug 2, 2021
1 parent 3a1a9cb commit fe2810b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/components/list/list.ios.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ $list-inset-ios-margin-bottom: 16px !default;
$list-inset-ios-margin-start: 16px !default;

/// @prop - Border radius of the inset list
$list-inset-ios-border-radius: 4px !default;
$list-inset-ios-border-radius: 10px !default;
2 changes: 1 addition & 1 deletion core/src/components/list/test/inset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ion-toolbar>
</ion-header>

<ion-content id="content">
<ion-content id="content" color="light">
<ion-list inset>
<ion-item>
<ion-label>Normal Input</ion-label>
Expand Down

0 comments on commit fe2810b

Please sign in to comment.