Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 5348b50

Browse files
committed
fmt
1 parent 126ee04 commit 5348b50

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pcweb/templates/docpage/blocks/collapsible.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def collapsible_box(
2222
rx.hstack(
2323
*trigger_children,
2424
rx.spacer(),
25-
rx.accordion.icon(
26-
color=f"{rx.color(color, 11)}"
27-
),
25+
rx.accordion.icon(color=f"{rx.color(color, 11)}"),
2826
align_items="center",
2927
justify_content="left",
3028
text_align="left",

0 commit comments

Comments
 (0)