Skip to content

Commit

Permalink
Made headers smaller (saleor#2466)
Browse files Browse the repository at this point in the history
* Made headers smaller

* Changed to h3

* update snapshots

Co-authored-by: andrzejewsky <vox3r69@gmail.com>
  • Loading branch information
timuric and andrzejewsky committed Oct 27, 2022
1 parent 96650bb commit cfb8be1
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
2 changes: 1 addition & 1 deletion src/components/PageHeader/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const PageHeader: React.FC<PageHeaderProps> = props => {
underline={underline}
title={
<>
<Typography className={classes.title} variant="h1">
<Typography className={classes.title} variant="h3">
{title !== undefined ? (
title
) : (
Expand Down
Loading

0 comments on commit cfb8be1

Please sign in to comment.