Skip to content

Commit 2b5eaf1

Browse files
committed
Reduce shadow color opacity for improved visual clarity
1 parent 0a8cd50 commit 2b5eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Home/style.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StyleSheet } from 'react-native'
33

44
const styles = StyleSheet.create({
55
shadow: {
6-
shadowColor: '#00000044',
6+
shadowColor: '#00000022',
77
shadowOpacity: 0.1,
88
shadowRadius: 10,
99
elevation: 5,

0 commit comments

Comments
 (0)