Skip to content

Commit

Permalink
Added border to popups in "Add a game" (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Mar 2, 2024
1 parent ecb23b2 commit 06e0d0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gavilya/Views/GameEditionView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
Margin="10"
Padding="10"
Background="{DynamicResource Background}"
BorderBrush="{DynamicResource Background2}"
BorderThickness="2"
CornerRadius="10">
<Border.Effect>
<DropShadowEffect
Expand Down Expand Up @@ -269,6 +271,8 @@
Margin="10"
Padding="10"
Background="{DynamicResource Background}"
BorderBrush="{DynamicResource Background2}"
BorderThickness="2"
CornerRadius="10">
<Border.Effect>
<DropShadowEffect
Expand Down Expand Up @@ -466,6 +470,8 @@
Margin="10"
Padding="10"
Background="{DynamicResource Background}"
BorderBrush="{DynamicResource Background2}"
BorderThickness="2"
CornerRadius="10">
<Border.Effect>
<DropShadowEffect
Expand Down Expand Up @@ -687,6 +693,8 @@
Margin="10"
Padding="10"
Background="{DynamicResource Background}"
BorderBrush="{DynamicResource Background2}"
BorderThickness="2"
CornerRadius="10">
<Border.Effect>
<DropShadowEffect
Expand Down

0 comments on commit 06e0d0f

Please sign in to comment.