Skip to content
Snippets Groups Projects
Commit 392b5fee authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4527 Fix icon color

parent e6857e31
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
$grey: #777; $grey: #777;
$greyLight: rgba(0, 0, 0, 0.08); $greyLight: rgba(0, 0, 0, 0.08);
$darkModeGreyLight: rgba(255, 255, 255, 0.6); $darkModeGreyLight: #c2c2c2;
$background: #fafafa; $background: #fafafa;
$dark-background: #303030; $dark-background: #303030;
......
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
} }
} }
:host-context(.dark) {
.az_icon {
color: $darkModeGreyLight;
}
}
.az_text { .az_text {
grid-area: az_text; grid-area: az_text;
} }
...@@ -57,9 +63,3 @@ mat-icon { ...@@ -57,9 +63,3 @@ mat-icon {
mat-dialog-content { mat-dialog-content {
padding-top: 0.5rem !important; padding-top: 0.5rem !important;
} }
:host-context(.dark) {
.az_icon {
color: $darkModeGreyLight;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment