diff --git a/css/dashboardWidgets.css b/css/dashboardWidgets.css index 8e75b49..c68e871 100644 --- a/css/dashboardWidgets.css +++ b/css/dashboardWidgets.css @@ -1,9 +1,11 @@ +/* import icons css file */ +@import "../src/services/icons/icons.css"; + .icon-zaken-widget { - background-image: url("../img/app-dark.svg"); - filter: var(--background-invert-if-dark); - } - - body.theme--dark .icon-zaken-widget { - background-image: url("../img/app.svg"); - } - \ No newline at end of file + background-image: url("../img/app-dark.svg"); + filter: var(--background-invert-if-dark); +} + +body.theme--dark .icon-zaken-widget { + background-image: url("../img/app.svg"); +} diff --git a/src/modals/contactMomenten/ContactMomentenForm.vue b/src/modals/contactMomenten/ContactMomentenForm.vue index 497d767..625974c 100644 --- a/src/modals/contactMomenten/ContactMomentenForm.vue +++ b/src/modals/contactMomenten/ContactMomentenForm.vue @@ -1,17 +1,16 @@ @@ -41,6 +40,7 @@ import { navigationStore, taakStore, zaakStore } from '../../store/store.js'