We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e3c70 commit 893dff1Copy full SHA for 893dff1
packages/mosaic/form-field/cleaner.ts
@@ -5,7 +5,7 @@ import { ThemePalette } from '@ptsecurity/mosaic/core';
5
@Component({
6
selector: 'mc-cleaner',
7
exportAs: 'mcCleaner',
8
- template: `<i class="mc-icon_light" mc-icon="mc-close-circle_16" [color]="themePalette.Primary"></i>`,
+ template: `<i class="mc-icon_light" mc-icon="mc-close-circle_16" [color]="themePalette.Second"></i>`,
9
host: {
10
class: 'mc-cleaner'
11
}
0 commit comments