mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 20:20:03 -05:00
Fix minor dialog bug where top is not padded if title is missing (#1221)
This commit is contained in:
@@ -78,8 +78,8 @@ fun BitwardenTwoButtonDialog(
|
||||
),
|
||||
horizontalAlignment = Alignment.End,
|
||||
) {
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
title?.let {
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
Text(
|
||||
modifier = Modifier
|
||||
.padding(horizontal = 24.dp)
|
||||
|
||||
Reference in New Issue
Block a user