Skip to content

Commit

Permalink
Make titles font stronger (#4001)
Browse files Browse the repository at this point in the history
* Make titles stronger

* Add changeset

* Nudge style property

---------

Co-authored-by: Michał Droń <droniu@droniu.dev>
  • Loading branch information
2 people authored and poulch committed Aug 4, 2023
1 parent 58f02e8 commit 8458ea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-geckos-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Make titles font stronger
2 changes: 1 addition & 1 deletion src/components/Datagrid/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,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,
Expand Down

0 comments on commit 8458ea4

Please sign in to comment.