Skip to content

Commit

Permalink
refactor: update color for paused status in List Table
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Sep 21, 2024
1 parent cef280a commit afe53a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Views/Components/ListTable/InterweaveSSR/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@

&--pending,
&--processing,
&--upgraded {
&--upgraded,
&--paused {
background: #0878b0;
}

Expand Down

0 comments on commit afe53a0

Please sign in to comment.