Skip to content

Commit 25a20b5

Browse files
mattjokeHejdaJakub
authored andcommitted
fix(admin): icon color mismatch
* fixed color mismatch of icons in service account tiles
1 parent 2b4c583 commit 25a20b5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/admin-gui/src/_styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ textarea.cdk-textarea-autosize-measuring {
13991399
// this allows custom colors for perun icons used in material icons
14001400
.perun-icon {
14011401
path {
1402-
fill: currentColor;
1402+
fill: currentColor !important;
14031403
}
14041404

14051405
rect {

apps/consolidator/src/_styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ button:focus {
226226

227227
.perun-icon {
228228
path {
229-
fill: currentColor;
229+
fill: currentColor !important;
230230
}
231231
rect {
232232
fill: currentColor;

apps/linker/src/_styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $perun-theme: mat.define-light-theme(
198198

199199
.perun-icon {
200200
path {
201-
fill: currentColor;
201+
fill: currentColor !important;
202202
}
203203
rect {
204204
fill: currentColor;

apps/publications/src/_styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ $i: 0;
332332

333333
.perun-icon {
334334
path {
335-
fill: currentColor;
335+
fill: currentColor !important;
336336
}
337337
rect {
338338
fill: currentColor;

libs/perun/components/src/lib/deselect-button/deselect-button.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.perun-icon {
66
path {
7-
fill: currentColor;
7+
fill: currentColor !important;
88
}
99
rect {
1010
fill: currentColor;

libs/perun/components/src/lib/refresh-button/refresh-button.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.perun-icon {
22
path {
3-
fill: currentColor;
3+
fill: currentColor !important;
44
}
55
rect {
66
fill: currentColor;

0 commit comments

Comments
 (0)