fix: text color
This commit is contained in:
parent
5e524ec91d
commit
b34a88e8e6
1 changed files with 1 additions and 2 deletions
|
|
@ -531,7 +531,6 @@ watch(() => state.search, getWorkerList);
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<!-- TODO: Select product for each worker -->
|
||||
</q-tab-panel>
|
||||
</q-tab-panels>
|
||||
</div>
|
||||
|
|
@ -597,7 +596,7 @@ watch(() => state.search, getWorkerList);
|
|||
height: 20px;
|
||||
color: var(--surface-1);
|
||||
background: var(--brand-1);
|
||||
color: currentColor;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue