Skip to content

Commit

Permalink
Update preferences title
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 10, 2024
1 parent 0d55523 commit 50459a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/preferences/preferences.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<div class="preferences">
<div class="header mat-body-2">Preferences</div>
<div class="header mat-title">Preferences</div>
<div class="preference">
<polling-interval></polling-interval>
</div>
Expand Down
1 change: 1 addition & 0 deletions web-app/src/app/preferences/preferences.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mat-icon {
margin-top: 16px;
margin-bottom: 24px;
margin-left: 8px;
color: mat.get-color-from-palette($app-primary);
}

.preferences {
Expand Down

0 comments on commit 50459a9

Please sign in to comment.