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

pull/10331/head
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
1 changed files with 2 additions and 0 deletions

View File

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