Skip to content

Commit

Permalink
Fix unselected track button background
Browse files Browse the repository at this point in the history
  • Loading branch information
JunielKatarn committed Apr 30, 2021
1 parent 941f6d2 commit e5999e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Forms/Views/ScoreSelector.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</Style>

<Style x:Key="UncheckedStyle" TargetType="RadioButton">
<Setter Property="BackgroundColor" Value="Transparent" />
<Setter Property="BorderColor" Value="DarkGray" />
</Style>

Expand Down
1 change: 1 addition & 0 deletions Forms/Views/SongPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
Text="{xaml:TranslateText SongPage_CloseButton}"
TextColor="White"
FontAttributes="Bold"
BackgroundColor="DimGray"
Clicked="CloseButton_Clicked" />
<Label Text="{Binding Song.Title}" HorizontalOptions="FillAndExpand" />
<local:ScoreSelector x:Name="ScoreSelector"
Expand Down

0 comments on commit e5999e0

Please sign in to comment.