Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Aug 21, 2024
1 parent f1393da commit 36fc160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/ui/qr-code-view/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
width: 35px;
}

&__message-container>div:first-child {
&__message-container > div:first-child {
@include design-system.Paragraph;

margin-top: 18px;
Expand Down Expand Up @@ -67,4 +67,4 @@
color: var(--color-error-default);
margin-bottom: 9px;
}
}
}

0 comments on commit 36fc160

Please sign in to comment.