Skip to content

Commit

Permalink
fix: style removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed May 2, 2024
1 parent af28126 commit 6fd8afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SavedCardItem.res
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let make = (
</div>
<RenderIf condition={isCard && isCardExpired}>
<div
className="italic flex"
className="italic"
style={ReactDOMStyle.make(~fontSize="14px", ~opacity="0.5", ())}>
{"*This card has expired"->React.string}
</div>
Expand Down

0 comments on commit 6fd8afd

Please sign in to comment.