Skip to content

Commit

Permalink
fix day number not centered vertically (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
haeniya authored May 21, 2023
1 parent 0d18e94 commit a5512d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/calendar/day/basic/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function styleConstructor(theme: Theme = {}) {
base: {
width: 32,
height: 32,
alignItems: 'center'
alignItems: 'center',
justifyContent: 'center'
},
text: {
marginTop: constants.isAndroid ? 4 : 6,
Expand Down

0 comments on commit a5512d6

Please sign in to comment.