How to style the FluentUI (V2) controls so they appear exactly like the other default fields in PowerApps modeldriven app (new look)?
I used the theme guide, but it seems it's not working.
This is how a default text field appears in PowerApps modeldriven app (default new look, no custom theming, etc.):

This is de code of my pcf-control:
<FluentProvider theme={context.fluentDesignLanguage.tokenTheme}>
<Field label="Test">
<Input placeholder="---" />
</Field>
</FluentProvider>
and this appears in PowerApps modeldriven app as:

As you can see there is a difference between borders and background. The theming seems to be exactly the same as webLightTheme without the adjustments from PowerApps.