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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user