Updated on 2026-08-14
This commit is contained in:
parent
a31b747b71
commit
3cc83d3666
20 changed files with 184 additions and 68 deletions
|
|
@ -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())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue