diff --git a/src/App/App.cs b/src/App/App.cs index dcd3ecd2c..c020547af 100644 --- a/src/App/App.cs +++ b/src/App/App.cs @@ -283,7 +283,7 @@ namespace Bit.App // List View - Resources.Add(new Style(typeof(ListView)) + Resources.Add(new Style(typeof(ExtendedListView)) { Setters = { new Setter { Property = ListView.SeparatorColorProperty, Value = grayLighter }