From fe2810b227abc482e663b210cd89f29b76119ff5 Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 2 Aug 2021 09:56:08 -0400 Subject: [PATCH] fix(list): change inset border radius to match iOS 15 (#23711) --- core/src/components/list/list.ios.vars.scss | 2 +- core/src/components/list/test/inset/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/list/list.ios.vars.scss b/core/src/components/list/list.ios.vars.scss index 161dec71af..423d6aac6a 100644 --- a/core/src/components/list/list.ios.vars.scss +++ b/core/src/components/list/list.ios.vars.scss @@ -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; diff --git a/core/src/components/list/test/inset/index.html b/core/src/components/list/test/inset/index.html index fb9fe1d568..c26da50bec 100644 --- a/core/src/components/list/test/inset/index.html +++ b/core/src/components/list/test/inset/index.html @@ -20,7 +20,7 @@ - + Normal Input