Fix color of Fabs in CustomListsScreen.
This commit is contained in:
+3
-3
@@ -209,7 +209,7 @@ fun CustomListsScreen(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun FollowSetFabsAndMenu(
|
private fun FollowSetFabsAndMenu(
|
||||||
modifier: Modifier = Modifier,
|
modifier: Modifier = Modifier,
|
||||||
onAddPrivateList: (name: String, description: String?) -> Unit,
|
onAddPrivateList: (name: String, description: String?) -> Unit,
|
||||||
onAddPublicList: (name: String, description: String?) -> Unit,
|
onAddPublicList: (name: String, description: String?) -> Unit,
|
||||||
@@ -227,7 +227,7 @@ fun FollowSetFabsAndMenu(
|
|||||||
isListAdditionDialogOpen.value = true
|
isListAdditionDialogOpen.value = true
|
||||||
},
|
},
|
||||||
shape = CircleShape,
|
shape = CircleShape,
|
||||||
containerColor = MaterialTheme.colorScheme.primary,
|
containerColor = MaterialTheme.colorScheme.primaryContainer,
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.lock_plus),
|
painter = painterResource(R.drawable.lock_plus),
|
||||||
@@ -241,7 +241,7 @@ fun FollowSetFabsAndMenu(
|
|||||||
isListAdditionDialogOpen.value = true
|
isListAdditionDialogOpen.value = true
|
||||||
},
|
},
|
||||||
shape = CircleShape,
|
shape = CircleShape,
|
||||||
containerColor = MaterialTheme.colorScheme.primary,
|
containerColor = MaterialTheme.colorScheme.primaryContainer,
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.earth_plus),
|
painter = painterResource(R.drawable.earth_plus),
|
||||||
|
|||||||
Reference in New Issue
Block a user