refactor: rename dynamic font variable (#28145)

This commit is contained in:
Liam DeBeasi
2023-09-08 08:58:23 -04:00
committed by GitHub
parent 26962d9e58
commit c55c492b61
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
}
:root, html {
--ion-dynamic-type: var(--ion-default-dynamic-font);
--ion-dynamic-font: var(--ion-default-dynamic-font);
}
:root,

View File

@@ -38,7 +38,7 @@ html {
*/
@supports (-webkit-touch-callout: none) {
html {
font: var(--ion-dynamic-type);
font: var(--ion-dynamic-font);
}
}