Fixed #2023 - tailwind theme - wrong styles

pull/2034/head
Yiğit FINDIKLI 2022-01-19 11:56:04 +03:00
parent b93e89a6ab
commit 2d70295725
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}