Updated on 2026-08-14
This commit is contained in:
parent
2471b9c1a8
commit
941863f79b
18 changed files with 334 additions and 43 deletions
|
|
@ -23,7 +23,7 @@ import java.util.UUID
|
|||
* @param modifier modifier
|
||||
*/
|
||||
@Composable
|
||||
internal fun TxHistoryGroupTitle(config: TxHistoryItemState.GroupTitle, modifier: Modifier = Modifier) {
|
||||
fun TxHistoryGroupTitle(config: TxHistoryItemState.GroupTitle, modifier: Modifier = Modifier) {
|
||||
Box(
|
||||
modifier = modifier
|
||||
.background(TangemTheme.colors.background.primary)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue