Theme bugfixes (#7186)

* fix core bugs

* use proper pallettes
This commit is contained in:
Denys Vuika
2021-07-23 12:09:55 +01:00
committed by GitHub
parent 03caaafc6d
commit 3c5da169b2
6 changed files with 13 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
@mixin adf-card-view-textitem-theme($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
$foreground: map-get($theme, foreground);
$outline: 1px solid mat-color($alfresco-ecm-blue, A200) !default;
$outline: 1px solid mat-color($accent, A200) !default;
.adf {
&-textitem-edit-icon.mat-icon {