Skip to content

Commit

Permalink
Change color on warning box.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Oct 14, 2021
1 parent 9a09436 commit 1da9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/orchest-webserver/client/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ span.floating-button {
.warning {
padding: calc(var(--space-5) / 2);
border-radius: 3px;
color: #fff;
color: #000;
background: var(--colors-gray200);
font-size: 15px;

Expand Down

0 comments on commit 1da9907

Please sign in to comment.