[Settings] Using SettingsControls (#1964)

* Adding SettingsControls package

* Using new SettingsControls

* Tweaks

* Version bump

* Replacing Button with HyperlinkButton per design spec

* Update Settings.xaml

* Fix top spacing
This commit is contained in:
Niels Laute 2023-03-16 11:06:40 +01:00 committed by GitHub
commit 47f314bb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 123 additions and 184 deletions

View file

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />