Skip to content

Commit 96286ea

Browse files
fix: egg sheet
1 parent 76dc1f9 commit 96286ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/src/components/sheet/sheet.native.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export function Sheet({
132132
backgroundColor: theme.colors['ink.background-primary'],
133133
paddingBottom: bottom,
134134
flex: 1,
135-
borderTopLeftRadius: theme.borderRadii.round,
136-
borderTopRightRadius: theme.borderRadii.round,
135+
borderTopLeftRadius: theme.borderRadii.lg,
136+
borderTopRightRadius: theme.borderRadii.lg,
137137
overflow: 'hidden',
138138
}}
139139
>

0 commit comments

Comments
 (0)