1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: small adjustments on the new header icons (#5043)

Some small UI adjustments to the new header icons.


![image](https://github.com/Unleash/unleash/assets/14320932/39f711dd-520b-4eb1-ac79-fefc6a79aaf7)

Co-authored-by: Nicolae <nicolae@getunleash.ai>
This commit is contained in:
Nuno Góis 2023-10-16 12:25:27 +01:00 committed by GitHub
parent 1a46ab7b12
commit 19a429c92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -59,8 +59,8 @@ const StyledDotBox = styled(Box)(({ theme }) => ({
width: '7px',
height: '7px',
position: 'absolute',
top: 7,
right: 4,
top: 11,
right: 11,
}));
const StyledHeaderBox = styled(Box)(() => ({

View File

@ -17,14 +17,10 @@ const StyledProfileContainer = styled('div')(({ theme }) => ({
}));
const StyledIconButton = styled(IconButton)(({ theme }) => ({
...focusable(theme),
...flexRow,
...itemsCenter,
color: 'inherit',
padding: theme.spacing(1),
'&:hover': {
backgroundColor: 'transparent',
},
'&:focus-visible': {
outlineStyle: 'solid',
outlineWidth: 2,