Skip to content

Commit

Permalink
fix(input): change cleaner color (#UIM-852) (#804)
Browse files Browse the repository at this point in the history
Co-authored-by: oburdasov <[email protected]>
  • Loading branch information
2 people authored and pimenovoleg committed Feb 18, 2022
1 parent f6e3c70 commit 893dff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mosaic/form-field/cleaner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ThemePalette } from '@ptsecurity/mosaic/core';
@Component({
selector: 'mc-cleaner',
exportAs: 'mcCleaner',
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>`,
host: {
class: 'mc-cleaner'
}
Expand Down

0 comments on commit 893dff1

Please sign in to comment.