Skip to content

Commit

Permalink
fix: badge font-family
Browse files Browse the repository at this point in the history
cosmoz-tabs-badge-font-family variable will now fallback to
cosmoz-font-base that will fallback to inherit
  • Loading branch information
basilgood committed Jun 13, 2024
1 parent a07b232 commit 0496cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const style = `
}
.badge {
font-family: var(--cosmoz-font-base, "Verdana, Arial, sans-serif");
font-family: var(--cosmoz-tabs-badge-font-family, var(--cosmoz-font-base, inherit))
font-weight: normal;
font-size: 11px;
line-height: 1;
Expand Down

0 comments on commit 0496cf2

Please sign in to comment.