mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 14:13:25 +00:00
styling updates to ios
This commit is contained in:
@@ -59,7 +59,8 @@ namespace Bit.App.Controls
|
||||
Text = button1Text,
|
||||
HorizontalOptions = LayoutOptions.End,
|
||||
VerticalOptions = LayoutOptions.Center,
|
||||
Margin = new Thickness(0)
|
||||
Margin = new Thickness(0),
|
||||
TextColor = Color.FromHex("3c8dbc")
|
||||
};
|
||||
|
||||
buttonStackLayout.Children.Add(Button1);
|
||||
@@ -72,7 +73,8 @@ namespace Bit.App.Controls
|
||||
Text = button2Text,
|
||||
HorizontalOptions = LayoutOptions.End,
|
||||
VerticalOptions = LayoutOptions.Center,
|
||||
Margin = new Thickness(0)
|
||||
Margin = new Thickness(0),
|
||||
TextColor = Color.FromHex("3c8dbc")
|
||||
};
|
||||
|
||||
buttonStackLayout.Children.Add(Button2);
|
||||
|
||||
Reference in New Issue
Block a user