Make titles font stronger (#4001)

* Make titles stronger

* Add changeset

* Nudge style property

---------

Co-authored-by: Michał Droń <droniu@droniu.dev>
This commit is contained in:
Timur Carpeev 2023-07-28 09:27:56 +02:00 committed by GitHub
parent 436c2af00e
commit 6cf3ab325b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---
Make titles font stronger

View file

@ -211,7 +211,7 @@ export function useDatagridTheme(
borderColor: themeValues.colors.border.neutralHighlight,
fontFamily: "'Inter var', sans-serif",
baseFontStyle: themeValues.fontSize.bodySmall,
headerFontStyle: themeValues.fontSize.bodySmall,
headerFontStyle: `${themeValues.fontWeight.bodyStrongSmall} ${themeValues.fontSize.bodyStrongSmall}`,
editorFontSize: themeValues.fontSize.bodySmall,
textMedium: themeValues.colors.foreground.iconNeutralPlain,
textGroupHeader: themeValues.colors.foreground.iconNeutralDefault,