File tree Expand file tree Collapse file tree
app/src/main/java/app/plugbrain/android/ui/designsystem/components/sheetdrawer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,20 +68,20 @@ fun PlugBottomSheetDrawer(
6868 if (title != null ) title()
6969 if (content != null ) content()
7070 if (primaryCtaText != null ) {
71- PlugButtonPrimary (
72- text = primaryCtaText,
73- icon = primaryCtaIcon,
74- onClick = primaryCtaAction,
75- modifier = Modifier .fillMaxWidth(),
76- )
71+ PlugButtonPrimary (
72+ text = primaryCtaText,
73+ icon = primaryCtaIcon,
74+ onClick = primaryCtaAction,
75+ modifier = Modifier .fillMaxWidth(),
76+ )
7777 }
7878 if (secondaryCtaText != null ) {
79- PlugButtonSecondary (
80- text = secondaryCtaText,
81- icon = secondaryCtaIcon,
82- onClick = secondaryCtaAction,
83- modifier = Modifier .fillMaxWidth(),
84- )
79+ PlugButtonSecondary (
80+ text = secondaryCtaText,
81+ icon = secondaryCtaIcon,
82+ onClick = secondaryCtaAction,
83+ modifier = Modifier .fillMaxWidth(),
84+ )
8585 }
8686 }
8787 }
You can’t perform that action at this time.
0 commit comments