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 817c046 commit 0b29191Copy full SHA for 0b29191
pcweb/components/numbers_pattern.py
@@ -51,7 +51,7 @@ def numbers_pattern(
51
# Background image style
52
image_style = {"opacity": rx.color_mode_cond("1", "0.3")}
53
if is_flipped:
54
- image_style = {"transform": "scaleX(-1)"}
+ image_style |= {"transform": "scaleX(-1)"}
55
56
# Gradient masks
57
vertical_gradient = "linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 12%, #000000 88%, rgba(0, 0, 0, 0) 100%)"
0 commit comments