Skip to content

Commit

Permalink
fix(rich-text): alteracao de cor parcial no mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ingowagner committed Dec 30, 2024
1 parent 0b12f25 commit 597cf05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class="po-rich-text-toolbar-color-picker-input"
type="color"
[disabled]="readonly"
(change)="changeTextColor($event.target.value)"
(input)="changeTextColor($event.target.value)"
[attr.aria-label]="literals.textColor"
/>
</button>
Expand Down

0 comments on commit 597cf05

Please sign in to comment.