Change Navigation Font Weight (#5704)

fixes [#5665](https://github.com/twentyhq/twenty/issues/5665).


| Before | After |
| --- | --- |
| <img width="257" alt="Screenshot 2024-06-02 at 1 22 09 AM"
src="https://github.com/twentyhq/twenty/assets/60315832/b78da8fa-cea8-45af-b32c-864d6bce050a">
| <img width="248" alt="Screenshot 2024-06-02 at 1 21 01 AM"
src="https://github.com/twentyhq/twenty/assets/60315832/793c3d16-3ed7-408f-acdd-6f7f4ec92ca2">
|
This commit is contained in:
Indrakant D
2024-06-04 13:33:07 +05:30
committed by GitHub
parent 59c7bcd705
commit 32d4b37d37

View File

@ -10,7 +10,7 @@ export const FONT_COMMON = {
},
weight: {
regular: 400,
medium: 'var(--twentycrm-border-radius-sm)',
medium: 'var(--twentycrm-font-weight-medium)',
semiBold: 600,
},
family: 'Inter, sans-serif',