1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

fix: adjust padding of problem detected icon (#6293)

This PR adjusts the vertical position of the problem detected icon in
the environment selector.

<img width="1137" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/ef961bba-6380-4849-a81a-0468fc467b5c">
This commit is contained in:
Thomas Heartman 2024-02-21 16:58:14 +08:00 committed by GitHub
parent e5c07f00cb
commit c7182d8faf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ const EnvironmentSelectionContainer = styled('div')(({ theme }) => ({
color: theme.palette.warning.main,
position: 'absolute',
fontSize: theme.fontSizes.bodySize,
top: 'calc(var(--padding-vertical) * .7)',
top: 'calc(var(--padding-horizontal) * .12)',
right: 'calc(var(--padding-horizontal) * .2)',
},
},