Skip to content

Commit

Permalink
fix:调整Stepper大小
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Jul 12, 2023
1 parent 6b03409 commit 4e1737d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/core/src/Stepper/ControlValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ export const styles = StyleSheet.create({
width: 38,
},
smallText: {
fontSize: 20,
lineHeight: 24,
fontSize: 18,
lineHeight: 20,
},
defaultText: {
fontSize: 24,
lineHeight: 30,
fontSize: 22,
lineHeight: 28,
},
largeText: {
fontSize: 28,
lineHeight: 42,
fontSize: 26,
lineHeight: 40,
},
});

Expand Down

0 comments on commit 4e1737d

Please sign in to comment.