File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
ui-components/src/main/java/org/dhis2/ui/dialogs/bottomsheet Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import org.hisp.dhis.mobile.ui.designsystem.component.BottomSheetShell
20
20
import org.hisp.dhis.mobile.ui.designsystem.component.Button
21
21
import org.hisp.dhis.mobile.ui.designsystem.component.ButtonBlock
22
22
import org.hisp.dhis.mobile.ui.designsystem.component.ButtonStyle
23
+ import org.hisp.dhis.mobile.ui.designsystem.component.ColorStyle
23
24
import org.hisp.dhis.mobile.ui.designsystem.theme.SurfaceColor
24
25
25
26
class
@@ -80,6 +81,7 @@ DeleteBottomSheetDialog(
80
81
)
81
82
},
82
83
text = mainButtonText,
84
+ colorStyle = ColorStyle .ERROR ,
83
85
onClick = {
84
86
onMainButtonClick
85
87
},
@@ -92,8 +94,12 @@ DeleteBottomSheetDialog(
92
94
onDismiss = {
93
95
dismiss()
94
96
},
97
+ content = {
98
+ // no-op
99
+ },
100
+ showSectionDivider = false
95
101
)
96
102
}
97
103
}
98
104
}
99
- }
105
+ }
You can’t perform that action at this time.
0 commit comments