Fix feedback popover bg color#6540
Conversation
Greptile SummaryThis PR fixes the feedback popover background color on doc pages by removing the
Confidence Score: 4/5The Python fix is a clean, minimal change that is safe to merge. The non-standard The popover change is correct and low-risk. The docs/app/reflex.lock/package.json — the Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[feedback_button] --> B[ui.popover.root]
B --> C[ui.popover.trigger]
B --> D[ui.popover.portal]
D --> E[ui.popover.positioner]
E -->|Before: render_=feedback_content| F_old["ui.popover.popup(render_=feedback_content())\n❌ bg color not applied"]
E -->|After: positional child| F_new["ui.popover.popup(feedback_content())\n✅ bg color applied correctly"]
F_new --> G[feedback_content]
G --> H[rx.form with textarea, thumbs, email, submit]
Reviews (1): Last reviewed commit: "Fix feedback popover bg color" | Re-trigger Greptile |
No description provided.