Skip to content

Commit 625e293

Browse files
committed
Reduce album cover opacity on HomePage to 0.10
Lowered the opacity of the album cover image from 0.20 to 0.10 on the HomePage, making it more transparent for improved UI subtlety. No other changes were made.
1 parent 9129830 commit 625e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dimmer/Dimmer.WinUI/Views/MAUIPages/HomePage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
Aspect="AspectFit"
5353
BackgroundColor="Transparent"
5454
HorizontalOptions="Center"
55-
Opacity="0.20"
55+
Opacity="0.10"
5656
Source="{Binding CurrentPlayingSongView.CoverImagePath, Converter={converters:PathToImageConverter}}"
5757
ToolTipProperties.Text="Click to view song details"
5858
VerticalOptions="Center" />

0 commit comments

Comments
 (0)