Skip to content

Commit

Permalink
refactor: remove uneeded dynamic font scaling opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaesmith3 committed Feb 8, 2024
1 parent c99444b commit 0caaecc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 34 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@capacitor/keyboard": "4.1.1",
"@capacitor/splash-screen": "4.1.4",
"@capacitor/status-bar": "4.1.1",
"@ionic/angular": "^7.6.2-dev.11704998705.1e1f9850",
"@ionic/angular": "^7.7.2-dev.11707425083.192d8103",
"@ionic/storage-angular": "^4.0.0",
"cordova-plugin-inappbrowser": "5.0.0",
"core-js": "^3.6.4",
Expand Down
8 changes: 0 additions & 8 deletions src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}

html {
/*
* For more information on dynamic font scaling, visit the documentation:
* https://ionicframework.com/docs/layout/dynamic-font-scaling
*/
--ion-dynamic-font: var(--ion-default-dynamic-font);
}

0 comments on commit 0caaecc

Please sign in to comment.