Skip to content

Commit e73a583

Browse files
committed
fix: preview
1 parent 84fdba4 commit e73a583

File tree

1 file changed

+4
-4
lines changed
  • app/src/main/java/to/bitkit/ui/components

1 file changed

+4
-4
lines changed

app/src/main/java/to/bitkit/ui/components/Button.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private fun PrimaryButtonPreview() {
365365
PrimaryButton(
366366
text = null,
367367
onClick = {},
368-
fullWidth = false,
368+
fullWidth = true,
369369
size = ButtonSize.Large,
370370
icon = {
371371
Icon(
@@ -378,7 +378,7 @@ private fun PrimaryButtonPreview() {
378378
PrimaryButton(
379379
text = null,
380380
onClick = {},
381-
fullWidth = false,
381+
fullWidth = true,
382382
size = ButtonSize.Small,
383383
enabled = false,
384384
icon = {
@@ -459,7 +459,7 @@ private fun SecondaryButtonPreview() {
459459
SecondaryButton(
460460
text = null,
461461
onClick = {},
462-
fullWidth = false,
462+
fullWidth = true,
463463
size = ButtonSize.Large,
464464
icon = {
465465
Icon(
@@ -472,7 +472,7 @@ private fun SecondaryButtonPreview() {
472472
SecondaryButton(
473473
text = null,
474474
onClick = {},
475-
fullWidth = false,
475+
fullWidth = true,
476476
size = ButtonSize.Small,
477477
enabled = false,
478478
icon = {

0 commit comments

Comments
 (0)