Skip to content

Commit

Permalink
chore: moves font-size declaration to apply everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen committed Oct 23, 2024
1 parent 61b1552 commit a8a8e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/application/components/app-view/AppView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ onBeforeUnmount(() => {
</style>

<style lang="scss" scoped>
.app-view {
font-size: $kui-font-size-30;
}
.app-view-title-bar {
display: flex;
align-items: center;
Expand Down
1 change: 0 additions & 1 deletion src/assets/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ body {
color: $kui-color-text;
font-family: $kui-font-family-text;
font-weight: $kui-font-weight-regular;
font-size: $kui-font-size-30;
}


Expand Down

0 comments on commit a8a8e70

Please sign in to comment.