Skip to content

Commit d5decae

Browse files
committed
fix: increase android blur opacity slightly
1 parent 4ccc6d6 commit d5decae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/screens/usage/TwitterProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,5 +474,5 @@ const styles = StyleSheet.create({
474474
},
475475
locationAndWebContainer: { flexDirection: 'row', gap: 12, alignItems: 'center' },
476476
dataRow: { flexDirection: 'row', gap: 4, alignItems: 'center' },
477-
androidBlurViewBg: { backgroundColor: 'rgba(0,0,0,0.4)' },
477+
androidBlurViewBg: { backgroundColor: 'rgba(0,0,0,0.5)' },
478478
});

0 commit comments

Comments
 (0)