fix: dark mode color (product & service)
This commit is contained in:
parent
07d72751d8
commit
0ca5f2ef37
3 changed files with 31 additions and 5 deletions
|
|
@ -1173,7 +1173,11 @@ watch(currentPageType, async () => {
|
|||
:status="v.status"
|
||||
:id="v.id"
|
||||
:isDisabled="v.status === 'INACTIVE'"
|
||||
color="var(--purple-11-hsl)"
|
||||
:color="
|
||||
$q.dark.isActive
|
||||
? 'var(--purple-7-hsl)'
|
||||
: 'var(--violet-11-hsl)'
|
||||
"
|
||||
@toggleStatus="toggleStatusType(v.id, v.status)"
|
||||
@viewCard="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue