Skip to content

Commit 2d933f2

Browse files
authored
remove border + sahdow from button on template page (#1632)
1 parent 09ad9f6 commit 2d933f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/gallery/gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def extended_gallery_grid_item(
111111
on_click=rx.stop_propagation,
112112
),
113113
button(
114-
"Preview", variant="primary", size="md", class_name="flex-1"
114+
"Preview", variant="primary", size="md", class_name="flex-1 shadow-none border-none"
115115
),
116116
class_name="flex flex-row gap-x-2 w-full items-stretch px-4 pb-4",
117117
),

0 commit comments

Comments
 (0)