max 20 signer parties

This commit is contained in:
Pete Matsyburka
2024-02-10 01:19:02 +02:00
parent f8b24ebfce
commit 843f6c405f
3 changed files with 17 additions and 7 deletions
+6 -2
View File
@@ -254,7 +254,9 @@ export default {
'border-purple-600/80',
'border-pink-500/80',
'border-cyan-500/80',
'border-orange-500/80'
'border-orange-500/80',
'border-lime-500/80',
'border-indigo-500/80'
]
},
bgColors () {
@@ -276,7 +278,9 @@ export default {
'bg-purple-100/80',
'bg-pink-100/80',
'bg-cyan-100/80',
'bg-orange-100/80'
'bg-orange-100/80',
'bg-lime-100/80',
'bg-indigo-100/80'
]
},
isSelected () {