File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/src/main/java/to/bitkit/ui/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments