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 6b03409 commit 4e1737dCopy full SHA for 4e1737d
packages/core/src/Stepper/ControlValue.tsx
@@ -90,16 +90,16 @@ export const styles = StyleSheet.create({
90
width: 38,
91
},
92
smallText: {
93
- fontSize: 20,
94
- lineHeight: 24,
+ fontSize: 18,
+ lineHeight: 20,
95
96
defaultText: {
97
- fontSize: 24,
98
- lineHeight: 30,
+ fontSize: 22,
+ lineHeight: 28,
99
100
largeText: {
101
- fontSize: 28,
102
- lineHeight: 42,
+ fontSize: 26,
+ lineHeight: 40,
103
104
});
105
0 commit comments