Skip to content

Commit

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

0 comments on commit cb8d8d4

Please sign in to comment.