Skip to content

Commit

Permalink
Fixed #2023 - tailwind theme - wrong styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jan 19, 2022
1 parent b93e89a commit 2d70295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/themes/tailwind-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,7 @@
}
.p-inline-message.p-inline-message-success {
background: #ECFDF5;
border: snone;
border: none;
border-width: 0px;
color: #059669;
}
Expand Down Expand Up @@ -4952,7 +4952,7 @@
}
.p-message.p-message-success {
background: #ECFDF5;
border: snone;
border: none;
border-width: 0 0 0 6px;
color: #059669;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 2d70295

Please sign in to comment.