mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
Login page updates
This commit is contained in:
@@ -189,6 +189,16 @@ namespace Bit.App
|
||||
}
|
||||
});
|
||||
|
||||
Resources.Add("btn-white", new Style(typeof(Button))
|
||||
{
|
||||
Setters = {
|
||||
new Setter { Property = Button.BackgroundColorProperty, Value = Color.White },
|
||||
new Setter { Property = Button.TextColorProperty, Value = primaryColor },
|
||||
new Setter { Property = Button.FontAttributesProperty, Value = FontAttributes.Bold },
|
||||
new Setter { Property = Button.BorderRadiusProperty, Value = 0 }
|
||||
}
|
||||
});
|
||||
|
||||
Resources.Add(new Style(typeof(Button))
|
||||
{
|
||||
Setters = {
|
||||
|
||||
Reference in New Issue
Block a user