Skip to content

Commit 8114dcf

Browse files
committed
Adding white-bg to horizontal link card
1 parent fd4597d commit 8114dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/cms/horizontal_link_card_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def initialize(title:, link_url:, card_content:, theme:)
1111
end
1212

1313
def wrapper_classes
14-
classes = ["cms-horizontal-link-card"]
14+
classes = ["cms-horizontal-link-card white-bg"]
1515
if @theme
1616
classes << cms_color_theme_class(@theme, "left")
1717
classes << "#{@theme}-theme"

0 commit comments

Comments
 (0)