universal md styling

This commit is contained in:
Matt Hill
2021-12-12 14:29:02 -07:00
committed by Aiden McClelland
parent d1c8a3a116
commit e6dff4f5d2
5 changed files with 15 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ const useMocks = require('../../config.json').useMocks as boolean
imports: [
BrowserModule,
IonicModule.forRoot({
mode: 'md',
navAnimation: iosTransitionAnimation,
}),
AppRoutingModule,