Skip to content

Commit

Permalink
dosage textfield updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaZaidiX committed Dec 27, 2023
1 parent 52bc4cb commit fc05489
Show file tree
Hide file tree
Showing 8 changed files with 308 additions and 210 deletions.
2 changes: 2 additions & 0 deletions lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class Home extends StatelessWidget {
title: Text("Homepage"),
),
body: Center(
child: SingleChildScrollView(
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Expand Down Expand Up @@ -214,6 +215,7 @@ class Home extends StatelessWidget {
],
)),
),
),
),
);
}
Expand Down
5 changes: 2 additions & 3 deletions lib/medicationHomepage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ class medicationHomePage extends StatelessWidget {
children: <Widget>[
// Your app logo
Image.asset(
'assets/LOGO.png',
width: 175,
'assets/LOGO.png',
height: 175,
),
Text(
'Press + to add a Reminder!',
style: TextStyle(fontSize: 18, color: Color.fromARGB(255, 81, 81, 82)),
style: TextStyle(fontSize: 20, color: Color.fromARGB(255, 81, 81, 82)),
),
],
),
Expand Down
Loading

0 comments on commit fc05489

Please sign in to comment.