Skip to content

Commit e342530

Browse files
committed
fix(themes): remove testing overrides for global variables in ionic theme
1 parent 6390d17 commit e342530

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

core/scripts/testing/styles.css

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/themes/ionic/default.tokens.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export const defaultTheme: DefaultTheme = {
1717
formHighlight: false,
1818
rippleEffect: false,
1919

20+
// TODO(FW-6745): see if we can remove this after the md tokens are added
21+
fontFamily: 'initial',
22+
2023
spacing: {
2124
0: '0px',
2225
50: '2px',

0 commit comments

Comments
 (0)