Skip to content

Commit

Permalink
Update font sizes and weights in AppNavegante styles to match app styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 26, 2025
1 parent 9616c10 commit 71ab567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.heading {
font-size: 18px;
font-size: 20px;
font-weight: var(--font-weight-bold);
color: var(--color-system-text-100);
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/themes/app-navegante/overrides/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

.label {
font-size: 22px;
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-semibold);
line-height: 1;
}

0 comments on commit 71ab567

Please sign in to comment.