Skip to content

Commit

Permalink
Update loader colors to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Dec 9, 2024
1 parent e734bf0 commit 02a4df4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
.import-upgrade-plan-skeleton {
&.import-upgrade-plan-skeleton--light-highlight {
background-color: var(--studio-wordpress-blue-50);
background-color: var(--studio-gray-10);
opacity: 0.2;
}

&.import-upgrade-plan-skeleton--dark-highlight {
background-color: var(--studio-wordpress-blue-50);
background-color: var(--studio-gray-20);
opacity: 0.5;
}
}
Expand Down

0 comments on commit 02a4df4

Please sign in to comment.