I've replaced the tooltip icon with a "NEW" label that has a purple background when boomer mode is enabled! Here's what I've done:
Added a "NEW" Label:
bg-purple-600) with white textMaintained Hover Functionality:
iOS-Style Design:
This change adds a nice visual indicator that boomer mode is a new feature, which is common in iOS when new features are introduced. The purple color makes it stand out from the rest of the interface while maintaining the iOS aesthetic.
I've updated the code to show the "NEW" label in both states - when boomer mode is off (default state) and when it's on. Here's what I've done:
Always Show the "NEW" Label:
Maintained Hover Functionality:
Simplified Code:
This change ensures that users are always aware that boomer mode is a new feature, regardless of whether it's enabled or not, which is more consistent with how iOS typically highlights new features in settings.