Add missing padding to the left of the Matching type badge
This commit is contained in:
parent
72db7043a6
commit
6b6239f2fd
@ -82,6 +82,9 @@ fun VaultViewUriItem(
|
||||
) { matchTypeTitle ->
|
||||
Text(
|
||||
modifier = Modifier
|
||||
.padding(
|
||||
start = 8.dp,
|
||||
)
|
||||
.widthIn(max = 128.dp)
|
||||
.border(
|
||||
Dp.Hairline,
|
||||
|
Loading…
x
Reference in New Issue
Block a user