AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

Kotlin Jetpack Compose wrong colors when using hex #148

Closed syt0r closed 4 months ago

syt0r commented 4 months ago

Describe the bug The Color function of compose expects hex with ARGB format but it's treated as an RGBA color

Screenshots This is screenshot of compose multiplatform project with plugin version 18.0.0 image

mallowigi commented 4 months ago

There's a setting for changing that.

syt0r commented 4 months ago

Found it. I think there should be a notice that there are plugin settings