Capacitor: Style set to "md" on iOS

Hello,

I am trying to use Ionic Web Components in a standard Angular app. I am using Capacitor and I notice that, when I run my app in the simulator, the root HTML element has “mode=‘md’” as well as the “md” class.

Therefore, the Ionic Web Components have the Android style
If I check the platform with Capacitor.platform, I get “ios” so no problem
Am I missing something ?

Thank you