Skip to content

Commit 4a5a224

Browse files
committed
update outline token
1 parent 7cf16d7 commit 4a5a224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/segmentedControl/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const SegmentedControl = (props: SegmentedControlProps) => {
202202
const styles = StyleSheet.create({
203203
container: {
204204
backgroundColor: Colors.$backgroundNeutralMedium,
205-
borderColor: Colors.$outlineNeutral,
205+
borderColor: Colors.$outlineDefault,
206206
borderWidth: BORDER_WIDTH
207207
},
208208
selectedSegment: {

0 commit comments

Comments
 (0)