Skip to content

Commit

Permalink
Update scholarship_details.dart
Browse files Browse the repository at this point in the history
Added elevation to App Bar
  • Loading branch information
palmer-matthew authored Aug 30, 2020
1 parent 4384f3d commit 3c15522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/screens/scholarship_screen/scholarship_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class _ScholarshipDetailsState extends State<ScholarshipDetails> {
return AppBar(
title: Text(widget.current.scholarshipName),
backgroundColor: isDark ? Colors.grey[900] : Theme.of(context).primaryColor,
elevation: 0,
);
}

Expand Down Expand Up @@ -148,4 +147,4 @@ class _ScholarshipDetailsState extends State<ScholarshipDetails> {
),
);
}
}
}

0 comments on commit 3c15522

Please sign in to comment.