Skip to content

Commit

Permalink
fix: scroll to bottom arrow color [WPB-11475] (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk authored Dec 5, 2024
1 parent 8c85a6b commit 3038c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ fun JumpToLastMessageButton(
SmallFloatingActionButton(
onClick = { coroutineScope.launch { lazyListState.animateScrollToItem(0) } },
containerColor = MaterialTheme.wireColorScheme.secondaryText,
contentColor = MaterialTheme.wireColorScheme.primaryButtonEnabled,
contentColor = MaterialTheme.wireColorScheme.onPrimaryButtonEnabled,
shape = CircleShape,
elevation = FloatingActionButtonDefaults.elevation(dimensions().spacing0x),
modifier = Modifier
Expand Down

0 comments on commit 3038c25

Please sign in to comment.