reflex/integration/loadtesting/sandbox/styles.py
2024-09-03 03:08:55 +05:30

7 lines
159 B
Python

"""Styles for the app."""
text: dict[str, str] = {
"font_family": "var(--chakra-fonts-branding)",
"font_weight": "var(--chakra-fontWeights-black)",
}