Nat Strangerweather
10/31/2020, 9:41 AMSe7eN
10/31/2020, 10:02 AMIcon
, change the import from androidx.compose.foundation.Icon
to androidx.compose.material.Icon
For Button colors:
Button(
...,
colors = ButtonConstants.defaultButtonColors(backgroundColor = backgroundColor)
)
Nat Strangerweather
10/31/2020, 10:07 AMalorma
10/31/2020, 12:28 PM