mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
fix: decrease collaborator font size (#7754)
Decreases the collaborator font size to make it less eye-catching. Before:  After: 
This commit is contained in:
parent
11612931b9
commit
f89b8249f7
@ -64,6 +64,7 @@ const Container = styled('article')(({ theme }) => ({
|
|||||||
[theme.breakpoints.down('xl')]: {
|
[theme.breakpoints.down('xl')]: {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
},
|
},
|
||||||
|
fontSize: theme.typography.body2.fontSize,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user