From fa6fa9dada58872ac9d374578b941411068e5b0e Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 4 Jun 2021 01:48:50 +0500 Subject: [PATCH] 188 - Updating color for alerts (#336) --- webapp/src/components/dialog.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/components/dialog.scss b/webapp/src/components/dialog.scss index 0b802b50a..a9097dd3f 100644 --- a/webapp/src/components/dialog.scss +++ b/webapp/src/components/dialog.scss @@ -52,10 +52,13 @@ background-color: rgba(230, 220, 192, 0.9); text-align: center; padding: 10px; + color: #222; } + > .banner.error { background-color: rgba(230, 192, 192, 0.9); } + > .toolbar { display: flex; flex-direction: row;