Skip to content

Commit

Permalink
bug: image darkens after conversion on mobile devices #73 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck authored May 18, 2024
1 parent 403763d commit db05558
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export const translationLoaderFactory = (http: HttpClient) => new TranslateHttpL
schemas: [CUSTOM_ELEMENTS_SCHEMA],
imports: [
BrowserModule,
IonicModule.forRoot(),
IonicModule.forRoot({
mode: 'md' // force material UI mode, iOS has not been styled
}),
AppRoutingModule,
BrowserAnimationsModule,
ComponentsModule,
Expand Down

0 comments on commit db05558

Please sign in to comment.