Skip to content

Commit c255d5e

Browse files
committed
update styling for signature messages
1 parent 5a4868f commit c255d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/common/components/card/card.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
154154
>
155155
{messages.success.map((line, index) => {
156156
return (
157-
<div key={index}>
157+
<div key={index} style={{ display: "flex" }}>
158158
<CheckIcon />
159159
<CardMessageComponent key={index}>{line}</CardMessageComponent>
160160
</div>

0 commit comments

Comments
 (0)