Skip to content

Commit

Permalink
color: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmithakkar committed May 15, 2019
1 parent 648d1d7 commit 939e983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/directive/color-palette.directive.ts
Expand Up @@ -80,7 +80,8 @@ export class ColorPaletteDirective implements OnInit {
this.randomThemeCall(); this.randomThemeCall();
} }


if ((ColorPaletteConstants.accordion || ColorPaletteConstants.panel) && this.gradient) { if ((this.hostComponent.amexioComponentId === ColorPaletteConstants.accordion ||
this.hostComponent.amexioComponentId === ColorPaletteConstants.panel) && this.gradient) {
this.hostComponent.changeHeaderColor(); this.hostComponent.changeHeaderColor();
} }


Expand Down

0 comments on commit 939e983

Please sign in to comment.