the49ltd / The49.Maui.BottomSheet

.NET MAUI library used to display pages as Bottom Sheets
MIT License
331 stars 34 forks source link

Implicit styles not applied #79

Open kofanov opened 11 months ago

kofanov commented 11 months ago

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.

Skarzag commented 5 months ago

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