We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274afe7 commit c9893a8Copy full SHA for c9893a8
1 file changed
app/src/main/java/to/bitkit/ui/components/Button.kt
@@ -453,9 +453,9 @@ private fun SecondaryButtonPreview() {
453
SecondaryButton(text = "Secondary", hazeState = hazeState, onClick = {})
454
SecondaryButton(
455
text = "Secondary With padding",
456
- modifier = Modifier.padding(horizontal = 32.dp),
457
hazeState = hazeState,
458
onClick = {},
+ modifier = Modifier.padding(horizontal = 32.dp)
459
)
460
461
text = "Secondary With Icon",
0 commit comments