mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 09:25:58 +03:00
Fix minor dialog bug where top is not padded if title is missing (#1221)
This commit is contained in:
parent
87254b4436
commit
7f331a5ff2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue