Skip to content

Commit

Permalink
Fix lint in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Sep 10, 2024
1 parent 9b60429 commit 864aa8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/components/app/snaps/copyable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
background: linear-gradient(90deg, transparent 0%, var(--color-background-primary-muted) 33%);
}

p, .copyable__icon {
p,
.copyable__icon {
color: var(--color-primary-default);
}

Expand Down Expand Up @@ -58,7 +59,8 @@
background: linear-gradient(90deg, transparent 0%, var(--color-error-muted-hover) 33%);
}

p, .copyable__icon {
p,
.copyable__icon {
color: var(--color-error-default);
}

Expand Down

0 comments on commit 864aa8d

Please sign in to comment.