add color

This commit is contained in:
Khaleel Al-Adhami 2024-11-07 14:58:56 -08:00
parent 8cef32ca98
commit d083c0470f

View File

@ -6,6 +6,9 @@ import reflex as rx
def svg_logo(color: str | rx.Var[str] = rx.color_mode_cond("#110F1F", "white")):
"""A Reflex logo SVG.
Args:
color: The color of the logo.
Returns:
The Reflex logo SVG.
"""