Skip to content

Commit 5bc3f19

Browse files
authored
fix tailwind for lucide icons (#5267)
1 parent 0e60a47 commit 5bc3f19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reflex/components/lucide/icon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def create(cls, *children, **props) -> Component:
8181

8282
props["tag"] = LUCIDE_ICON_MAPPING_OVERRIDE.get(tag, format.to_title_case(tag))
8383
props["alias"] = f"Lucide{props['tag']}"
84-
props.setdefault("color", "var(--current-color)")
8584
return super().create(**props)
8685

8786

0 commit comments

Comments
 (0)