feat(notifications): fix width for notifications on all devices
This commit is contained in:
parent
f3117f3037
commit
581c2e621c
|
@ -19,7 +19,8 @@ const notification = {
|
|||
height: 'auto',
|
||||
marginBottom: BaseTheme.spacing[3],
|
||||
marginHorizontal: BaseTheme.spacing[2],
|
||||
width: 400
|
||||
maxWidth: 400,
|
||||
width: 'auto'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue