Skip to content

Commit 550d781

Browse files
author
MPopov
committed
fix(navdrawer): active iem background contrast with the text color
1 parent c92e20d commit 550d781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_navdrawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $_dark-indigo-navdrawer: extend(
8383

8484
item-active-background: (
8585
igx-contrast-color: ('grays', 800),
86-
rgba: .2
86+
rgba: .1
8787
),
8888

8989
item-active-text-color: (

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_navdrawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $_indigo-navdrawer: extend(
157157

158158
item-active-background: (
159159
igx-contrast-color: ('grays', 700),
160-
rgba: .2
160+
rgba: .1
161161
),
162162

163163
item-active-text-color: (

0 commit comments

Comments
 (0)