fix: FAB in filtered content screen

This commit is contained in:
Diego Beraldin 2024-03-25 08:16:01 +01:00
parent f3b8edaf43
commit 2544b83539

View File

@ -201,9 +201,6 @@ class FilteredContentsScreen(
), ),
) { ) {
FloatingActionButtonMenu( FloatingActionButtonMenu(
modifier = Modifier.padding(
bottom = Spacing.xxl + Spacing.s + bottomNavigationInset,
),
items = buildList { items = buildList {
this += FloatingActionButtonMenuItem( this += FloatingActionButtonMenuItem(
icon = Icons.Default.ExpandLess, icon = Icons.Default.ExpandLess,