reflex-dev/reflex

colode mode cond messing with lucide icons vectors --> Layer 8

Closed this issue · 0 comments

ikuV commented

Describe the bug
When using color mode cond with lucide's icons parts of its vector get partwise transparent

To Reproduce

rx.icon(
    tag="construction",
    size=64,
    color=rx.color_mode_cond(
          light=main_styles.text_muted_light,
          dark=main_styles.text_muted_dark
    ),
),

Expected behavior
A normal filled icon

Screenshots

Image

Specifics (please complete the following information):

  • Python Version: 3.12
  • Reflex Version: 0.8.7
  • OS: win 11, linux(ubuntu 24)
  • Browser (Optional): edge