feat(notifications): fix width for notifications on all devices

This commit is contained in:
Calin-Teodor 2023-02-23 15:52:21 +02:00 committed by Calinteodor
parent f3117f3037
commit 581c2e621c
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ const notification = {
height: 'auto',
marginBottom: BaseTheme.spacing[3],
marginHorizontal: BaseTheme.spacing[2],
width: 400
maxWidth: 400,
width: 'auto'
};
/**