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 f3880c8 commit 645c80aCopy full SHA for 645c80a
src/components/wizard/WizardStep.tsx
@@ -117,8 +117,8 @@ export default asBaseComponent<WizardStepProps>(WizardStep);
117
118
const styles = StyleSheet.create({
119
connector: {
120
- borderWidth: 0.5,
121
- borderColor: Colors.$outlineDisabled
+ borderWidth: 1,
+ borderColor: Colors.$outlineDefault
122
},
123
circle: {
124
width: 24,
src/components/wizard/index.tsx
@@ -111,6 +111,6 @@ const styles = StyleSheet.create({
111
width: '100%',
112
...Shadows.sh10.bottom,
113
borderBottomWidth: 1,
114
- borderBottomColor: Colors.$outlineDisabled
+ borderBottomColor: Colors.$outlineDefault
115
}
116
});
0 commit comments