Skip to content

Commit

Permalink
Merge pull request #106 from luciano-cervantes/master
Browse files Browse the repository at this point in the history
Fixed issues when running app with impeller on iOS
  • Loading branch information
mchome authored Apr 5, 2024
2 parents 786d043 + d8b485a commit 92bdb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/palette.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class HSVWithHueColorPainter extends CustomPainter {
Paint()
..color = pointerColor ?? (useWhiteForeground(hsvColor.toColor()) ? Colors.white : Colors.black)
..strokeWidth = 1.5
..blendMode = BlendMode.luminosity
..style = PaintingStyle.stroke,
);
}
Expand Down

0 comments on commit 92bdb69

Please sign in to comment.