don't render the appearance prop of rx.theme

This commit is contained in:
Lendemor 2024-12-10 22:47:41 +01:00
parent b8e08772d2
commit 4960875f7d

View File

@ -268,6 +268,7 @@ class Theme(RadixThemesComponent):
_js_expr="{...theme.styles.global[':root'], ...theme.styles.global.body}"
),
)
tag.remove_props("appearance")
return tag