Skip to content

Commit

Permalink
Update tooltip in carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 20, 2024
1 parent 99a332b commit 59440da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/unique/carousel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class _SlyImageCarouselState extends State<SlyImageCarousel> {
),
),
SlyTooltip(
message: 'Options',
message: 'Image Options',
child: IconButton(
visualDensity: const VisualDensity(
vertical: -2,
Expand Down

0 comments on commit 59440da

Please sign in to comment.