Skip to content

Commit d331d20

Browse files
authored
Set RadioButton background transparent by default (#13)
1 parent 2a06c5b commit d331d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Esri.Calcite.Maui/Resources/Styles/Styles.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@
346346
</Style>
347347

348348
<Style TargetType="RadioButton" x:Key="CalciteRadioButtonStyle">
349+
<Setter Property="Background" Value="Transparent"/>
349350
<Setter Property="TextColor" Value="{AppThemeBinding Light={x:DynamicResource CalciteText1LightColor}, Dark={x:DynamicResource CalciteText1DarkColor}}" />
350351
<Setter Property="ca:CalciteResourceHelper.Color" Value="{AppThemeBinding Light={x:DynamicResource CalciteBrandLightColor}, Dark={x:DynamicResource CalciteBrandDarkColor}}" />
351352
<Setter Property="ca:CalciteResourceHelper.Color2" Value="White" />

0 commit comments

Comments
 (0)