Skip to content

Commit

Permalink
Merge pull request #2413 from Nexus-Mods/myloadouts-redesign
Browse files Browse the repository at this point in the history
Fixed Loadout EmptyState icon
  • Loading branch information
Sewer56 authored Dec 19, 2024
2 parents bd2078e + 88d4256 commit ffb71ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Style Selector="myLoadouts|MyLoadoutsView">

<Style Selector="^ controls|EmptyState#MyLoadoutsEmptyState">
<Setter Property="Icon" Value="{x:Static icons:IconValues.ViewCarousel}" />
<Setter Property="Icon" Value="{x:Static icons:IconValues.Package}" />
</Style>

<Style Selector="^ panels|FlexPanel#MyLoadoutsOuterFlexPanel">
Expand Down

0 comments on commit ffb71ee

Please sign in to comment.