mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Tailwind Tag severity fixes
This commit is contained in:
parent
f000abc35c
commit
b5c5f9fa1c
2 changed files with 0 additions and 4 deletions
|
@ -1954,11 +1954,9 @@ export default {
|
|||
'inline-flex items-center justify-center',
|
||||
'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ',
|
||||
{
|
||||
'bg-gray-500 ': props.severity == 'secondary',
|
||||
'bg-green-500 ': props.severity == 'success',
|
||||
'bg-blue-500 ': props.severity == 'info',
|
||||
'bg-orange-500 ': props.severity == 'warning',
|
||||
'bg-purple-500 ': props.severity == 'help',
|
||||
'bg-red-500 ': props.severity == 'danger'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue