Skip to content

Commit 645c80a

Browse files
authored
Fix the Wizard.Step style according to the guidelines (#2609)
* Fix the Wizard.Step style according to the guidelines * changed bottom divider color
1 parent f3880c8 commit 645c80a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/wizard/WizardStep.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export default asBaseComponent<WizardStepProps>(WizardStep);
117117

118118
const styles = StyleSheet.create({
119119
connector: {
120-
borderWidth: 0.5,
121-
borderColor: Colors.$outlineDisabled
120+
borderWidth: 1,
121+
borderColor: Colors.$outlineDefault
122122
},
123123
circle: {
124124
width: 24,

src/components/wizard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ const styles = StyleSheet.create({
111111
width: '100%',
112112
...Shadows.sh10.bottom,
113113
borderBottomWidth: 1,
114-
borderBottomColor: Colors.$outlineDisabled
114+
borderBottomColor: Colors.$outlineDefault
115115
}
116116
});

0 commit comments

Comments
 (0)