more color palet corrections
This commit is contained in:
parent
2315940e83
commit
2432496eaf
|
@ -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);
|
|
||||||
}
|
|
||||||
|
|
|
@ -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' }),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue