FAB: iterate on design

This commit is contained in:
Benoit Marty 2025-07-16 09:31:54 +02:00
parent d550a1dbb8
commit cdbadb5477
6 changed files with 67 additions and 21 deletions

View file

@ -274,12 +274,11 @@ private fun HomeScaffold(
floatingActionButton = {
if (state.displayActions) {
FloatingActionButton(
onClick = onCreateRoomClick
onClick = onCreateRoomClick,
) {
Icon(
imageVector = CompoundIcons.Plus(),
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
tint = ElementTheme.colors.iconOnSolidPrimary,
)
}
}