Add missing padding to the left of the Matching type badge
This commit is contained in:
parent
72db7043a6
commit
6b6239f2fd
3
common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/component/VaultViewUriItem.kt
3
common/src/commonMain/kotlin/com/artemchep/keyguard/feature/home/vault/component/VaultViewUriItem.kt
@ -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