From 982ab41be69fa31c135180cea6d210f06530ed7a Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 8 May 2017 15:04:48 -0700 Subject: [PATCH] Use yellow for warning dot in tables --- ui/src/style/layout/page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/layout/page.scss b/ui/src/style/layout/page.scss index c5d3494c61..7ff8714a95 100644 --- a/ui/src/style/layout/page.scss +++ b/ui/src/style/layout/page.scss @@ -424,7 +424,7 @@ table .monotype { background-color: $c-pool; } &.dot-warning { - background-color: $c-comet; + background-color: $c-pineapple; } &.dot-danger { background-color: $c-dreamsicle;