Skip to content

Commit 26c0680

Browse files
committed
chore: ⚡ updated example app
1 parent d1babad commit 26c0680

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/src/SegmentedControl.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ interface SegmentedControlProps {
7777
const defaultShadowStyle = {
7878
shadowColor: '#000',
7979
shadowOffset: {
80-
width: 0,
81-
height: 2,
80+
width: 1,
81+
height: 1,
8282
},
83-
shadowOpacity: 0.23,
84-
shadowRadius: 2.62,
83+
shadowOpacity: 0.025,
84+
shadowRadius: 1,
8585

86-
elevation: 4,
86+
elevation: 1,
8787
};
8888

8989
const DEFAULT_SPRING_CONFIG = {

0 commit comments

Comments
 (0)