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

fix: decrease collaborator font size (#7754)

Decreases the collaborator font size to make it less eye-catching.

Before:

![image](https://github.com/user-attachments/assets/9a55d7fc-13eb-4656-aead-ca9e25100a63)

After:

![image](https://github.com/user-attachments/assets/3b1e0f26-9fa7-4ae2-ad2c-dc68839c8197)
This commit is contained in:
Thomas Heartman 2024-08-05 11:48:57 +02:00 committed by GitHub
parent 11612931b9
commit f89b8249f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ const Container = styled('article')(({ theme }) => ({
[theme.breakpoints.down('xl')]: {
display: 'none',
},
fontSize: theme.typography.body2.fontSize,
flex: 1,
}));