Skip to content

Commit

Permalink
Merge pull request #59 from Shahir-abdulla/master
Browse files Browse the repository at this point in the history
 Added textStyle to labels also.
  • Loading branch information
mchome authored Oct 21, 2021
2 parents 902c5a3 + 4ab8365 commit def61c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/hsv_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ class _ColorPickerLabelState extends State<ColorPickerLabel> {
colorValue(widget.hsvColor, _colorType)[
_colorTypes[_colorType]!.indexOf(item)],
overflow: TextOverflow.ellipsis,
style: widget.textStyle ??
Theme.of(context).textTheme.bodyText2,
),
),
],
Expand Down

0 comments on commit def61c2

Please sign in to comment.