Skip to content

Commit

Permalink
Update web color picker link in appearance settings to htmlcolorcodes…
Browse files Browse the repository at this point in the history
….com
  • Loading branch information
Jean28518 committed Aug 4, 2024
1 parent a03fceb commit 71c2aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/layouts/settings/appearance_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ class AppearanceSettings extends StatelessWidget {
parseFunction: _parseHexColor),
InkWell(
child: Text(
"Web color picker for HEX code: https://www.fffuel.co/cccolor/",
"Web color picker for HEX code: https://htmlcolorcodes.com/",
style: Theme.of(context).textTheme.bodyMedium,
textAlign: TextAlign.center,
),
onTap: () {
Linux.openWebbrowserWithSite("https://www.fffuel.co/cccolor/");
Linux.openWebbrowserWithSite("https://htmlcolorcodes.com/");
},
)
],
Expand Down

0 comments on commit 71c2aee

Please sign in to comment.