Skip to content

Commit

Permalink
Merge pull request #26 from IamMuuo/jess
Browse files Browse the repository at this point in the history
Updated Button Color and Fixed Profile Page Name Display
  • Loading branch information
IamMuuo authored Oct 22, 2023
2 parents 6264042 + eb49ec1 commit 6ede686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/profile_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class _ProfilePageState extends State<ProfilePage> {
var controller = Get.put(ProfilePageController());
var settingsController = Get.put(SettingsController());
// controller.currentUser.value.gpa = 0.1;
controller.currentUser.value.name = "Erick";
//controller.currentUser.value.name = "Erick";
return Scaffold(
appBar: AppBar(
title: const Text(
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class SettingsPage extends StatelessWidget {
}
},
style: ElevatedButton.styleFrom(
backgroundColor: Colors.red,
backgroundColor: Colors.blueGrey,
elevation: 0,
minimumSize: const Size(300, 60),
shape: const RoundedRectangleBorder(
Expand Down

0 comments on commit 6ede686

Please sign in to comment.