Skip to content

Commit

Permalink
change button text style back to regular
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Aug 16, 2023
1 parent ae0b7a3 commit bca9b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI.Avalonia/Views/Main.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
Classes="Accent"
IsVisible="{Binding !FoundDisc}"
Command="{Binding ScanDiscsCommand}">
<TextBlock Classes="SubtitleTextBlockStyle">Rescan disc devices</TextBlock>
<TextBlock Classes="BodyTextBlockStyle">Rescan disc devices</TextBlock>
</Button>
<Button HorizontalAlignment="Center" MinWidth="200" Height="48" Margin="0" IsDefault="True"
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
Expand All @@ -97,7 +97,7 @@
<Binding Path="!DumpingInProgress"></Binding>
</MultiBinding>
</Button.IsVisible>
<TextBlock Classes="SubtitleTextBlockStyle" Text="{Binding StartButtonCaption}"/>
<TextBlock Classes="BodyTextBlockStyle" Text="{Binding StartButtonCaption}"/>
</Button>

<!-- progress -->
Expand Down

0 comments on commit bca9b35

Please sign in to comment.