Skip to content

Commit 4e1737d

Browse files
committed
fix:调整Stepper大小
1 parent 6b03409 commit 4e1737d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/core/src/Stepper/ControlValue.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ export const styles = StyleSheet.create({
9090
width: 38,
9191
},
9292
smallText: {
93-
fontSize: 20,
94-
lineHeight: 24,
93+
fontSize: 18,
94+
lineHeight: 20,
9595
},
9696
defaultText: {
97-
fontSize: 24,
98-
lineHeight: 30,
97+
fontSize: 22,
98+
lineHeight: 28,
9999
},
100100
largeText: {
101-
fontSize: 28,
102-
lineHeight: 42,
101+
fontSize: 26,
102+
lineHeight: 40,
103103
},
104104
});
105105

0 commit comments

Comments
 (0)