Instead of passing as String instead pass as Hexadecimal. For example if you want this #9CCC65 Color just remove the front # and replace it with 0xFF. Example
val PrimaryBlue = Color(0xFF9CCC65)
Instead of passing as String instead pass as Hexadecimal. For example if you want this #9CCC65 Color just remove the front # and replace it with 0xFF. Example
val PrimaryBlue = Color(0xFF9CCC65)