forked from verdnatura/salix-front
Se hace cambio de color usando la paleta
This commit is contained in:
parent
bc6ef24cd8
commit
1313c50e0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue