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:
parent
436c2af00e
commit
6cf3ab325b
2 changed files with 6 additions and 1 deletions
5
.changeset/hip-geckos-study.md
Normal file
5
.changeset/hip-geckos-study.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-dashboard": patch
|
||||
---
|
||||
|
||||
Make titles font stronger
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue