0
0
Fork 0

Se hace cambio de color usando la paleta

This commit is contained in:
carlosfonseca 2023-12-11 07:42:19 -05:00
parent bc6ef24cd8
commit 1313c50e0f
1 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const selectedItem = (item) => {
<div class="title text-primary text-weight-bold text-h5">
{{ $props.title }}
</div>
<QChip outline color="white" size="sm">
<QChip class="q-chip-color" outline size="sm">
{{ t('ID') }}: {{ $props.id }}
</QChip>
</div>
@ -64,6 +64,10 @@ const selectedItem = (item) => {
margin-right: 25px;
}
.q-chip-color {
color: var(--vn-label);
}
.card-list-body {
display: flex;
justify-content: space-between;