瀏覽代碼

fix tailwind for lucide icons (#5267)

Khaleel Al-Adhami 1 周之前
父節點
當前提交
5bc3f195e6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      reflex/components/lucide/icon.py

+ 0 - 1
reflex/components/lucide/icon.py

@@ -81,7 +81,6 @@ class Icon(LucideIconComponent):
 
         props["tag"] = LUCIDE_ICON_MAPPING_OVERRIDE.get(tag, format.to_title_case(tag))
         props["alias"] = f"Lucide{props['tag']}"
-        props.setdefault("color", "var(--current-color)")
         return super().create(**props)