From 2d7029572519f4836609d43580f82c8c556b7329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Wed, 19 Jan 2022 11:56:04 +0300 Subject: [PATCH] Fixed #2023 - tailwind theme - wrong styles --- public/themes/tailwind-light/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index ee61296f1..b110dcecb 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -4880,7 +4880,7 @@ } .p-inline-message.p-inline-message-success { background: #ECFDF5; - border: snone; + border: none; border-width: 0px; color: #059669; } @@ -4952,7 +4952,7 @@ } .p-message.p-message-success { background: #ECFDF5; - border: snone; + border: none; border-width: 0 0 0 6px; color: #059669; } @@ -5046,7 +5046,7 @@ } .p-toast .p-toast-message.p-toast-message-success { background: #ECFDF5; - border: snone; + border: none; border-width: 0 0 0 6px; color: #059669; }