diff --git a/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml b/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml index 807d3d57..0070d6d7 100644 --- a/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml +++ b/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml @@ -23,6 +23,10 @@ + + + @@ -31,14 +35,22 @@ - + + Text="🦒" /> + + + + + + diff --git a/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml.cs b/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml.cs index 0fb2f77e..f08a62de 100644 --- a/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml.cs +++ b/components/Primitives/samples/SwitchPresenter/SwitchPresenterValueSample.xaml.cs @@ -15,10 +15,13 @@ public SwitchPresenterValueSample() public enum Animal { + Bunny, Cat, Dog, - Bunny, + Giraffe, Llama, + Otter, + Owl, Parrot, Squirrel }