diff --git a/lib/components/settings/profile/profile_content.dart b/lib/components/settings/profile/profile_content.dart index e88538f..3d03eea 100644 --- a/lib/components/settings/profile/profile_content.dart +++ b/lib/components/settings/profile/profile_content.dart @@ -150,7 +150,9 @@ class ProfileContent extends StatelessWidget { style: TextStyle( fontSize: 16, fontWeight: FontWeight.bold, - color: Colors.black87, + color: Theme.of(context).brightness == Brightness.dark + ? Colors.white + : Colors.black87, ), ), ], diff --git a/pubspec.yaml b/pubspec.yaml index 6fea9a8..f304cff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2025.12.1+1 +version: 2025.12.1+2 environment: sdk: ^3.9.2