mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
Android vault add/edit/view button widths, padding, and background color adjusted.
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
return Device.GetNamedSize(NamedSize.Micro, typeof(Label));
|
||||
}
|
||||
else if(length > 15)
|
||||
else if(length > 20)
|
||||
{
|
||||
return Device.GetNamedSize(NamedSize.Small, typeof(Label));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user