fix: text color

This commit is contained in:
Methapon2001 2024-12-19 12:02:51 +07:00
parent 5e524ec91d
commit b34a88e8e6

View file

@ -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;
}
}