1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 10:34:07 +00:00

Fixed extended button renderer. Added styles for it.

This commit is contained in:
Kyle Spearrin
2016-08-18 08:43:55 -04:00
parent 1ca4cceec8
commit 8a47e99a2c
3 changed files with 10 additions and 3 deletions

View File

@@ -296,6 +296,13 @@ namespace Bit.App
}
});
Resources.Add(new Style(typeof(ExtendedButton))
{
Setters = {
new Setter { Property = Button.TextColorProperty, Value = primaryColor }
}
});
// List View
Resources.Add(new Style(typeof(ListView))