Skip to content

Commit

Permalink
Fix card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 2, 2024
1 parent 491371b commit 24952f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bitstyles_phoenix/component/card.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule BitstylesPhoenix.Component.Card do
'''
"""
<article class="a-card a-card-l">
<div aria-live="polite" class="u-padding-l1-y a-flash a-flash--danger a-card-l__header">
<div aria-live="polite" class="u-padding-l1-y a-flash a-card-l__header" data-theme="danger">
<div class="a-content u-flex u-items-center u-font-medium">
Its me mario
</div>
Expand All @@ -90,7 +90,7 @@ defmodule BitstylesPhoenix.Component.Card do
'''
"""
<article class="a-card">
<div aria-live="polite" class="u-padding-l1-y a-flash a-flash--danger a-card__header">
<div aria-live="polite" class="u-padding-l1-y a-flash a-card__header" data-theme="danger">
<div class="a-content u-flex u-items-center u-font-medium">
Its me mario
</div>
Expand Down

0 comments on commit 24952f2

Please sign in to comment.