feat: move Snackbar to top of screen on mobile (#5567)
... and change SnackBar blur to medium. @Bonapara Following https://github.com/twentyhq/twenty/pull/5515#discussion_r1609618980 Related issue: https://github.com/twentyhq/twenty/issues/5383 <img width="386" alt="image" src="https://github.com/twentyhq/twenty/assets/3098428/de2f0be4-9d9c-4013-bed2-774e0599ce49">
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export const BLUR = {
|
||||
light: 'blur(6px)',
|
||||
medium: 'blur(12px)',
|
||||
strong: 'blur(20px)',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user