Skip to content

Commit

Permalink
Fix: Template list title font styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Dec 13, 2023
1 parent a51534b commit 55e3b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@
}

.edit-site-list-title__customized-info {
font-size: 1.3em;
font-weight: 600;
font-size: $default-font-size;
font-weight: 500;
}

0 comments on commit 55e3b47

Please sign in to comment.