fix color of icon to match theme (#2488)
This commit is contained in:
parent
0b3693f744
commit
1d6da9010e
@ -63,7 +63,7 @@ class Icon(LucideIconComponent):
|
||||
def _apply_theme(self, theme: Component | None):
|
||||
self.style = Style(
|
||||
{
|
||||
"color": f"var(--accent-12)",
|
||||
"color": f"var(--current-color)",
|
||||
**self.style,
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user