Skip to content

Commit 2feb963

Browse files
committed
update preview card padding
1 parent 02dee9a commit 2feb963

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bump = true
2020
metadata = false
2121

2222
[dependency-groups]
23-
dev = ["pyright==1.1.404", "pre-commit"]
23+
dev = ["pyright==1.1.405", "pre-commit"]
2424

2525
[tool.codespell]
2626
skip = "*.pyi, uv.lock"

reflex_ui/components/base/preview_card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ClassNames:
2323
BACKDROP = ""
2424
PORTAL = ""
2525
POSITIONER = ""
26-
POPUP = "origin-(--transform-origin) rounded-ui-xl p-4 border border-secondary-a4 bg-secondary-1 shadow-large transition-[transform,scale,opacity] data-[ending-style]:scale-95 data-[starting-style]:scale-95 data-[ending-style]:opacity-0 data-[starting-style]:opacity-0 outline-none min-w-64 flex flex-col gap-3"
26+
POPUP = "origin-(--transform-origin) rounded-ui-xl p-3 border border-secondary-a4 bg-secondary-1 shadow-large transition-[transform,scale,opacity] data-[ending-style]:scale-95 data-[starting-style]:scale-95 data-[ending-style]:opacity-0 data-[starting-style]:opacity-0 outline-none min-w-64 flex flex-col gap-3"
2727
ARROW = "data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180"
2828

2929

reflex_ui/components/base/preview_card.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ClassNames:
2323
BACKDROP = ""
2424
PORTAL = ""
2525
POSITIONER = ""
26-
POPUP = "origin-(--transform-origin) rounded-ui-xl p-4 border border-secondary-a4 bg-secondary-1 shadow-large transition-[transform,scale,opacity] data-[ending-style]:scale-95 data-[starting-style]:scale-95 data-[ending-style]:opacity-0 data-[starting-style]:opacity-0 outline-none min-w-64 flex flex-col gap-3"
26+
POPUP = "origin-(--transform-origin) rounded-ui-xl p-3 border border-secondary-a4 bg-secondary-1 shadow-large transition-[transform,scale,opacity] data-[ending-style]:scale-95 data-[starting-style]:scale-95 data-[ending-style]:opacity-0 data-[starting-style]:opacity-0 outline-none min-w-64 flex flex-col gap-3"
2727
ARROW = "data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180"
2828

2929
class PreviewCardBaseComponent(BaseUIComponent):

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)