fix: quotation card code color

This commit is contained in:
puriphatt 2024-11-22 16:33:46 +07:00
parent da4842a4dd
commit 929acbca29

View file

@ -99,10 +99,7 @@ const rand = Math.random();
{{ title || '-' }} {{ title || '-' }}
</q-tooltip> </q-tooltip>
</div> </div>
<div <div class="ellipsis q-px-xs q-mb-sm app-text-muted" style="font-size: 80%">
class="ellipsis q-px-xs q-mb-sm"
style="color: hsla(var(--gray-8-hsl) / 0.7); font-size: 80%"
>
{{ code || '-' }} {{ code || '-' }}
<q-tooltip anchor="bottom start" self="top left"> <q-tooltip anchor="bottom start" self="top left">
{{ title || '-' }} {{ title || '-' }}