more color palet corrections

This commit is contained in:
William Buezas 2023-12-11 15:01:51 -03:00
parent 2315940e83
commit 2432496eaf
2 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,3 @@ body.body--dark {
color: var(--vn-text); color: var(--vn-text);
border-radius: 8px; border-radius: 8px;
} }
.vn-secondary-button {
background-color: var(--vn-dark);
}

View File

@ -96,7 +96,7 @@ const tableColumnComponents = {
}, },
observation: { observation: {
component: (props) => (props.value ? QIcon : null), component: (props) => (props.value ? QIcon : null),
props: () => ({ name: 'insert_drive_file', color: 'orange', size: '25px' }), props: () => ({ name: 'insert_drive_file', color: 'primary', size: '25px' }),
}, },
}; };