Skip to content

Commit 7fbd43d

Browse files
committed
fix: update card component to properly align button contents (needed to match the button component's align properly specified in the footer)
1 parent cc4cc45 commit 7fbd43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-card/src/card.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
{% for item in _items if item.pattern in _allowedCardFooterItems %}
142142
{% set paramOverrides = {
143-
itemAlignment: "left",
143+
align: "left",
144144
style: "text",
145145
} %}
146146

0 commit comments

Comments
 (0)