Add missing padding to the left of the Matching type badge

This commit is contained in:
Artem Chepurnoy 2024-01-05 18:41:39 +02:00
parent 72db7043a6
commit 6b6239f2fd
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ fun VaultViewUriItem(
) { matchTypeTitle ->
Text(
modifier = Modifier
.padding(
start = 8.dp,
)
.widthIn(max = 128.dp)
.border(
Dp.Hairline,