mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
Forms update with CollectionView conversion (#1374)
* Forms update with CollectionView conversion * updates * removed unnecessary import
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Bit.iOS.Core.Views
|
||||
bgColor = Color.FromHex("#4c566a").ToUIColor();
|
||||
}
|
||||
BackgroundColor = bgColor.ColorWithAlpha(0.9f);
|
||||
Layer.CornerRadius = 15;
|
||||
Layer.CornerRadius = 18;
|
||||
Layer.MasksToBounds = true;
|
||||
|
||||
MessageLabel = new UILabel
|
||||
|
||||
Reference in New Issue
Block a user