Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Fixed hint color. (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Mar 23, 2022
1 parent 30bbdab commit 7656aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class TextInputComponent {

getLabelColor() {
if(this.hintColored && !this.disabled && this.flavor != "primary"){
return "colored";
return this.flavor;
} else {
return "";
}
Expand Down

0 comments on commit 7656aa5

Please sign in to comment.