Skip to content

Commit

Permalink
fix(grid): changing row-editing-styles sample colors (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarielaTihova authored Oct 30, 2024
1 parent 66d0998 commit be36b49
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
}

$banner-theme: banner-theme(
$banner-background: #e3e3e3,
$banner-message-color: color($purple-palette, "secondary", 600)
$banner-background: #494949,
$banner-message-color: #ffcd0f,
);

$icon-button-theme: icon-button-theme(
$foreground: #ffcd0f,
$hover-foreground: #ffffff
);

:host {
@include palette($purple-palette);

::ng-deep {
@include css-vars($banner-theme);
@include css-vars($icon-button-theme);
}
}
}

0 comments on commit be36b49

Please sign in to comment.