Skip to content

Commit 5b55e35

Browse files
committed
ux: better drop shadow effect for notifications
Signed-off-by: leo <[email protected]>
1 parent d07a664 commit 5b55e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherPage.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<ItemsControl ItemsSource="{Binding Notifications}">
110110
<ItemsControl.ItemTemplate>
111111
<DataTemplate DataType="m:Notification">
112-
<Border Margin="6" HorizontalAlignment="Stretch" VerticalAlignment="Top" Effect="drop-shadow(0 0 12 #A0000000)">
112+
<Border Margin="6" HorizontalAlignment="Stretch" VerticalAlignment="Top" Effect="drop-shadow(0 0 8 #8F000000)">
113113
<Border Padding="8" CornerRadius="6" Background="{DynamicResource Brush.Popup}">
114114
<Grid RowDefinitions="26,Auto">
115115
<Grid Grid.Row="0" ColumnDefinitions="Auto,*,Auto" Margin="8,0">

0 commit comments

Comments
 (0)