Skip to content

Commit

Permalink
change skipped state color to a lighter shade
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Apr 16, 2024
1 parent 3249751 commit ccc6ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/style/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ $galaxy-state-bg: (
background-color: $state-info-bg !important;
}
&.header-skipped {
background-color: map-get($galaxy-state-bg, "deleted") !important;
background-color: map-get($galaxy-state-bg, "hidden") !important;
}
}

Expand Down

0 comments on commit ccc6ba1

Please sign in to comment.