patrykandpatrick / vico

A light and extensible chart library for Android.
https://patrykandpatrick.com/vico/wiki
Apache License 2.0
2.07k stars 125 forks source link

label color not change in 2.0.0-alpha.24 #806

Closed keyvanNorouzi closed 1 month ago

keyvanNorouzi commented 1 month ago

How to reproduce

Label color not change in both startAxis and bottom axis

 label =
                        rememberTextComponent(
                            typeface = Typeface.MONOSPACE,
                            color = MaterialTheme.colorScheme.primary,
                            margins = Dimensions.of(horizontal = 4.dp, vertical = 2.dp),
                        ),

Observed behavior

Label color not change in both startAxis and bottom axis

Expected behavior

label color should change color of labels

Vico version(s)

2.0.0-alpha.23

Android version(s)

14

Additional information

No response

patrickmichalik commented 1 month ago

Hello! Thanks for the report. We’ll look into it.

patrickmichalik commented 1 month ago

We have a hotfix ready, but for the past few hours, we’ve been facing a Maven Central issue that makes releasing updates impossible. We’re waiting for the problem to be resolved. Thanks for your patience.

patrickmichalik commented 1 month ago

The update, Vico 2.0.0 Alpha 25, is now rolling out. Cheers!