Skip to content

Commit dbf3608

Browse files
authored
fix: ios background color transparent & android as default background color (#436)
1 parent ad79b8d commit dbf3608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/provider/NavigationProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const NavigationApp = () => {
2727
...DefaultTheme,
2828
colors: {
2929
...DefaultTheme.colors,
30-
background: platformEnv.isNative ? bgDefault : 'transparent',
30+
background: platformEnv.isAndroid ? bgDefault : 'transparent',
3131
card: bgColor,
3232
text: textColor,
3333
},

0 commit comments

Comments
 (0)