From 87036332413995eb387b66470f4c0c1ca45c3941 Mon Sep 17 00:00:00 2001 From: sivanova Date: Wed, 9 Apr 2025 11:39:15 +0300 Subject: [PATCH] fix(card/action-strip): not working properties --- .../components/action-strip/_action-strip-theme.scss | 6 ++++++ .../src/lib/core/styles/components/card/_card-theme.scss | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-theme.scss index c99350f8040..9a855fc8ae9 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-theme.scss @@ -200,5 +200,11 @@ igx-icon { color: var-get($theme, 'delete-action'); } + + [igxIconButton] { + igx-icon { + color: var-get($theme, 'delete-action'); + } + } } } diff --git a/projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss index 3fec8e354ca..91b849dd895 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss @@ -327,6 +327,10 @@ margin-inline-start: auto; gap: rem(8px); + [igxIconButton] { + color: var-get($theme, 'actions-text-color'); + } + &:empty { display: none; } @@ -338,6 +342,10 @@ order: 0; gap: rem(8px); + [igxIconButton] { + color: var-get($theme, 'actions-text-color'); + } + &:empty { display: none; }