We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4597d commit 8114dcfCopy full SHA for 8114dcf
app/components/cms/horizontal_link_card_component.rb
@@ -11,7 +11,7 @@ def initialize(title:, link_url:, card_content:, theme:)
11
end
12
13
def wrapper_classes
14
- classes = ["cms-horizontal-link-card"]
+ classes = ["cms-horizontal-link-card white-bg"]
15
if @theme
16
classes << cms_color_theme_class(@theme, "left")
17
classes << "#{@theme}-theme"
0 commit comments