ReturnToPrevious: add shadow to be consistent (#81652)

This commit is contained in:
Laura Fernández 2024-01-31 17:04:34 +01:00 committed by GitHub
parent 1bcd597bc0
commit 91b2909c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
zIndex: theme.zIndex.portal,
position: 'fixed',
bottom: theme.spacing.x4,
boxShadow: theme.shadows.z3,
}),
});