Skip to content

Commit

Permalink
style(module:transfer): use fill theme for icon instead of outline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaArvanehPA committed Jan 26, 2024
1 parent 6024bcc commit fc14e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/transfer/transfer-search.component.ts
Expand Up @@ -35,7 +35,7 @@ import { NzIconModule } from 'ng-zorro-antd/icon';
[ngClass]="{ 'ant-input-disabled': disabled }"
/>
<span *ngIf="value && value.length > 0" class="ant-input-suffix" (click)="_clear()">
<span nz-icon nzType="close-circle" class="ant-input-clear-icon"></span>
<span nz-icon nzType="close-circle" nzTheme="fill" class="ant-input-clear-icon"></span>
</span>
`,
encapsulation: ViewEncapsulation.None,
Expand Down

0 comments on commit fc14e6d

Please sign in to comment.