Open kofanov opened 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.
AAAAaah ! Thanks. I just stumble on that problem too with my fontfamily. Hope a good hand will fix that asap !
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
Then add simple label to BottomSheet with any text. Then open BottomSheet.