1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-19 20:31:46 +02:00

Mobile: Fixes #10351: Fix sync icon off-center (#10350)

This commit is contained in:
Henry Heino 2024-04-25 05:41:28 -07:00 committed by GitHub
parent 8984243020
commit 332e19ce64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,8 @@ const SideMenuContentComponent = (props: Props) => {
fontSize: 22,
color: theme.color,
width: 26,
textAlign: 'center',
textAlignVertical: 'center',
},
};