Skip to content

Commit f0fe7fa

Browse files
committed
fix outline tokens
1 parent e8299a3 commit f0fe7fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/screens/componentScreens/FaderScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const styles = StyleSheet.create({
7070
height: itemHeight,
7171
width: itemWidth,
7272
backgroundColor: Colors.$backgroundDefault,
73-
borderColor: Colors.$outlineNeutralMedium,
73+
borderColor: Colors.$outlineDisabled,
7474
borderWidth: 2,
7575
alignItems: 'center',
7676
justifyContent: 'center'

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.$backgroundNeutralLight,
205-
borderColor: Colors.$outlineNeutral,
205+
borderColor: Colors.$outlineDefault,
206206
borderWidth: BORDER_WIDTH
207207
},
208208
selectedSegment: {

0 commit comments

Comments
 (0)