Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-matthew committed Sep 7, 2020
1 parent 9831800 commit 432e03d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/screens/scholarship_screen/scholarship_detailsview.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
import 'package:provider/provider.dart';
import 'package:fst_app_flutter/models/preferences/theme_model.dart';
import 'package:fst_app_flutter/models/from_postgres/scholarship/scholarship.dart';
Expand Down Expand Up @@ -45,7 +44,7 @@ class ScholarshipDetailsView extends StatelessWidget {
text,
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 16,
fontSize: 18,
),
),
);
Expand Down

0 comments on commit 432e03d

Please sign in to comment.