File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/src/screens/componentScreens
src/components/segmentedControl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const styles = StyleSheet.create({
70
70
height : itemHeight ,
71
71
width : itemWidth ,
72
72
backgroundColor : Colors . $backgroundDefault ,
73
- borderColor : Colors . $outlineNeutralMedium ,
73
+ borderColor : Colors . $outlineDisabled ,
74
74
borderWidth : 2 ,
75
75
alignItems : 'center' ,
76
76
justifyContent : 'center'
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ const SegmentedControl = (props: SegmentedControlProps) => {
202
202
const styles = StyleSheet . create ( {
203
203
container : {
204
204
backgroundColor : Colors . $backgroundNeutralLight ,
205
- borderColor : Colors . $outlineNeutral ,
205
+ borderColor : Colors . $outlineDefault ,
206
206
borderWidth : BORDER_WIDTH
207
207
} ,
208
208
selectedSegment : {
You can’t perform that action at this time.
0 commit comments