We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1babad commit 26c0680Copy full SHA for 26c0680
example/src/SegmentedControl.tsx
@@ -77,13 +77,13 @@ interface SegmentedControlProps {
77
const defaultShadowStyle = {
78
shadowColor: '#000',
79
shadowOffset: {
80
- width: 0,
81
- height: 2,
+ width: 1,
+ height: 1,
82
},
83
- shadowOpacity: 0.23,
84
- shadowRadius: 2.62,
+ shadowOpacity: 0.025,
+ shadowRadius: 1,
85
86
- elevation: 4,
+ elevation: 1,
87
};
88
89
const DEFAULT_SPRING_CONFIG = {
0 commit comments