Skip to content

Commit

Permalink
fix text for gear color
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 17, 2024
1 parent a042e56 commit e41c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class _ManageGearState extends ConsumerState<ManageGear> {
builder: (BuildContext context) {
return AlertDialog(
title: Text(
settingsAppColor(),
manageDevicesColor(),
style: Theme.of(context).textTheme.titleLarge,
),
actions: [
Expand Down

0 comments on commit e41c05a

Please sign in to comment.