Fix compilation

pull/3209/head
Alex Baker 11 months ago
parent fdca6908f3
commit 8658123223

@ -29,7 +29,7 @@ fun Checkbox(
else -> Icons.Outlined.CheckBoxOutlineBlank else -> Icons.Outlined.CheckBoxOutlineBlank
}, },
tint = Color( tint = Color(
ColorProvider.priorityColor(priority, isDarkMode = true, desaturate = true) ColorProvider.priorityColor(priority, isDarkMode = true)
), ),
contentDescription = null, contentDescription = null,
) )

Loading…
Cancel
Save