Skip to content

Commit

Permalink
color alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Nov 26, 2023
1 parent 96966d6 commit fd3debd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Loader/spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
}

&.info {
border-top: 2px solid var(--blue-500);
border-top: 2px solid var(--blue-600);
}

&.tertiary {
border-top: 2px solid var(--gray-500);
border-top: 2px solid var(--gray-600);
}

&.success {
border-top: 2px solid var(--green-500);
border-top: 2px solid var(--green-600);
}

&.warning {
border-top: 2px solid var(--yellow-500);
}

&.danger {
border-top: 2px solid var(--red-500);
border-top: 2px solid var(--red-600);
}
}

Expand Down

0 comments on commit fd3debd

Please sign in to comment.