Skip to content

Commit

Permalink
fix(sidepanel): use second color for close icon (#UIM-892) (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: Dinara Nikolaeva <dnikolaeva@ptsecurity.com>
  • Loading branch information
Di-did-done and Dinara Nikolaeva committed Mar 23, 2022
1 parent 694fb6f commit 52c90f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mosaic/sidepanel/sidepanel-directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class McSidepanelClose implements OnInit, OnChanges {
</div>
<button *ngIf="closeable" mc-sidepanel-close>
<span class="mc-sidepanel-close-x">
<i mc-icon="mc-close-L_16" class="mc-icon mc-icon_light" [color]="themePalette.Primary"></i>
<i mc-icon="mc-close-L_16" class="mc-icon mc-icon_light" [color]="themePalette.Second"></i>
</span>
</button>
`,
Expand Down

0 comments on commit 52c90f4

Please sign in to comment.