We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3020d commit 2b0de21Copy full SHA for 2b0de21
pcweb/flexdown.py
@@ -161,7 +161,7 @@ def render(self, env) -> rx.Component:
161
),
162
border=f"1px solid {rx.color(color, 4)}",
163
border_radius="12px",
164
- background_color=f"{rx.color(color, 3)}",
+ background_color=f"{rx.color(color, 3)} !important",
165
width="100%",
166
margin_bottom="16px",
167
margin_top="16px",
@@ -486,7 +486,7 @@ def render(self, env) -> rx.Component:
486
487
488
489
490
491
492
0 commit comments