reflex-dev / reflex

🕸️ Web apps in pure Python 🐍

Home Page:https://reflex.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REF-2567] rx.accordion hardcodes a tiny font size

masenf opened this issue · comments

Describe the bug
The text inside an accordion inherits a tiny font size from the .AccordionContent CSS rule.

To Reproduce
Create any accordion item; the text is small

Expected behavior
Accordion doesn't impose typographic opinions on its contents.

Screenshots
Why is the text so small?

image

If i remove the font-size css rule:

image

Specifics (please complete the following information):

  • Python Version: 3.12
  • Reflex Version: 0.4.7
  • OS: macOS 14.4.1
  • Browser (Optional): chrome

From SyncLinear.com | REF-2567