Skip to content

Commit fb6f80c

Browse files
committed
feat(badge): update border radius for soft
1 parent 593ab49 commit fb6f80c

10 files changed

Lines changed: 2 additions & 2 deletions
28 Bytes
Loading
-325 Bytes
Loading
-205 Bytes
Loading
67 Bytes
Loading
94 Bytes
Loading
65 Bytes
Loading
110 Bytes
Loading
-130 Bytes
Loading
-78 Bytes
Loading

core/src/themes/ios/default.tokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const defaultTheme: DefaultTheme = {
2525
components: {
2626
IonBadge: {
2727
hue: 'bold',
28-
shape: 'round',
28+
shape: 'soft',
2929
size: 'small',
3030
},
3131

@@ -147,7 +147,7 @@ export const defaultTheme: DefaultTheme = {
147147

148148
soft: {
149149
border: {
150-
radius: 'var(--ion-radii-sm)',
150+
radius: 'var(--ion-radii-md)',
151151
},
152152
},
153153

0 commit comments

Comments
 (0)