Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RabeeAbuBaker committed Jun 24, 2024
1 parent 51a290e commit afec52e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.favoriteChain.isFavorite {
color: var(--mantine-color-yellow-5)
color: var(--mantine-color-yellow-5);
}

@mixin dark-root {
Expand All @@ -22,6 +22,6 @@
}
}
.favoriteChain.isFavorite {
color: var(--mantine-color-yellow-7)
color: var(--mantine-color-yellow-7);
}
}

0 comments on commit afec52e

Please sign in to comment.