Updated on 2026-08-14
This commit is contained in:
parent
1d6b36877b
commit
ef30c91181
7 changed files with 8 additions and 8 deletions
|
|
@ -33,7 +33,7 @@ inline fun <reified T : TangemBottomSheetConfigContent> TangemBottomSheet(
|
|||
sheetState = sheetState,
|
||||
containerColor = contentColor,
|
||||
shape = TangemTheme.shapes.bottomSheetLarge,
|
||||
dragHandle = { TangemBottomSheetDraggableHeader(color) },
|
||||
dragHandle = { TangemBottomSheetDraggableHeader(contentColor) },
|
||||
) {
|
||||
content(config.content)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue