We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a06c5b commit d331d20Copy full SHA for d331d20
src/Esri.Calcite.Maui/Resources/Styles/Styles.xaml
@@ -346,6 +346,7 @@
346
</Style>
347
348
<Style TargetType="RadioButton" x:Key="CalciteRadioButtonStyle">
349
+ <Setter Property="Background" Value="Transparent"/>
350
<Setter Property="TextColor" Value="{AppThemeBinding Light={x:DynamicResource CalciteText1LightColor}, Dark={x:DynamicResource CalciteText1DarkColor}}" />
351
<Setter Property="ca:CalciteResourceHelper.Color" Value="{AppThemeBinding Light={x:DynamicResource CalciteBrandLightColor}, Dark={x:DynamicResource CalciteBrandDarkColor}}" />
352
<Setter Property="ca:CalciteResourceHelper.Color2" Value="White" />
0 commit comments