The49.Maui.BottomSheet icon indicating copy to clipboard operation
The49.Maui.BottomSheet copied to clipboard

Implicit styles not applied

Open kofanov opened this issue 1 year ago • 1 comments

Hello! Thanks for the great control! Unfortunately, implicit styles, defined in app, not applied to Bottom Sheet inner elements. Explicit styles are works.

Please define text color in Styles.xaml

<Style TargetType="Label" ApplyToDerivedTypes="True">
    <Setter Property="TextColor" Value="Red" />
</Style>

Then add simple label to BottomSheet with any text. Then open BottomSheet.

kofanov avatar Dec 13 '23 12:12 kofanov

AAAAaah ! Thanks. I just stumble on that problem too with my fontfamily. Hope a good hand will fix that asap !

Skarzag avatar Jun 07 '24 12:06 Skarzag