Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-13 20:22:15 +05:00
parent a31b747b71
commit 3cc83d3666
20 changed files with 184 additions and 68 deletions

View file

@ -68,7 +68,7 @@ internal fun TangemButtonInternal(
modifier = modifier
.testTag(BaseButtonTestTags.BUTTON)
.clickableSingle(enabled = isEnabled, onClick = onClick, role = Role.Button)
.height(size.toHeightDp())
.heightIn(min = size.toHeightDp())
.conditionalCompose(text == null) {
width(size.toHeightDp())
}