summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs')
-rw-r--r--Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs b/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs
index 3d452f71..8490363b 100644
--- a/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs
+++ b/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs
@@ -13,7 +13,7 @@ namespace Xamarin.Forms.Controls
BackgroundColor = new Color (0.9);
var normal = new Button { Text = "Normal Button" };
- normal.Effects.Add (Effect.Resolve ("XamControl.BorderEffect"));
+ normal.Effects.Add (Effect.Resolve ($"{Issues.Effects.ResolutionGroupName}.BorderEffect"));
var disabled = new Button { Text = "Disabled Button"};
var disabledswitch = new Switch ();