We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color selection is not honored by big-input-action element.
big-input-action
<button mat-raised-button color="color" [disabled]="disabled" (click)="onClick()"> <mat-icon *ngIf="fontSet && fontIcon && !faIcon" [fontSet]="fontSet" [fontIcon]="fontIcon"></mat-icon> <fa-icon *ngIf="faIcon" [icon]="faIcon"></fa-icon> <span *ngIf="label">{{label}}</span> </button>
I should be able to set different colors for different actions. I think it should be
<button mat-raised-button [color]="color" [disabled]="disabled" (click)="onClick()"> <mat-icon *ngIf="fontSet && fontIcon && !faIcon" [fontSet]="fontSet" [fontIcon]="fontIcon"></mat-icon> <fa-icon *ngIf="faIcon" [icon]="faIcon"></fa-icon> <span *ngIf="label">{{label}}</span> </button>
[x] Yes (Assistance is provided if you need help submitting a pull request) [ ] No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minimal reproduction of the bug with instructions:
color selection is not honored by
big-input-action
element.Expected behavior:
I should be able to set different colors for different actions. I think it should be
Other information:
I would be willing to submit a PR to fix this issue:
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: