0
0
Fork 0

fix: refs #7499 use current colors

This commit is contained in:
Pablo Natek 2024-06-11 16:38:12 +02:00
parent 6789f3d1cb
commit a65f5dfe44
2 changed files with 3 additions and 3 deletions

View File

@ -394,7 +394,7 @@ entry:
type: Tipo type: Tipo
color: Color color: Color
id: ID id: ID
printedStickers: Etiquetas imprimidas printedStickers: Etiquetas impresas
notes: notes:
observationType: Tipo de observación observationType: Tipo de observación
descriptor: descriptor:

View File

@ -477,10 +477,10 @@ const lockIconType = (groupingMode, mode) => {
.q-table--horizontal-separator tbody tr:nth-child(odd) > td { .q-table--horizontal-separator tbody tr:nth-child(odd) > td {
border-bottom-width: 0px; border-bottom-width: 0px;
border-top-width: 2px; border-top-width: 2px;
border-color: rgb(209, 209, 209); border-color: var(--vn-text-color);
} }
.infoRow > td { .infoRow > td {
color: rgb(122, 122, 122); color: var(--vn-label-color);
} }
</style> </style>