diff --git a/.changeset/hip-geckos-study.md b/.changeset/hip-geckos-study.md new file mode 100644 index 000000000..1ec4ed70f --- /dev/null +++ b/.changeset/hip-geckos-study.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Make titles font stronger diff --git a/src/components/Datagrid/styles.ts b/src/components/Datagrid/styles.ts index 6d5901f89..684d33c9a 100644 --- a/src/components/Datagrid/styles.ts +++ b/src/components/Datagrid/styles.ts @@ -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,