From 2022dff43f74ba6c3b77ea72408a4b6408f8d00e Mon Sep 17 00:00:00 2001 From: mercyjae Date: Thu, 22 Sep 2022 11:03:03 -0700 Subject: [PATCH] all screens done --- lib/screens/edit_note.dart | 34 ++++++++++++++++++++++++++------- lib/screens/profile_screen.dart | 2 +- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/lib/screens/edit_note.dart b/lib/screens/edit_note.dart index 8220117..98bb39a 100644 --- a/lib/screens/edit_note.dart +++ b/lib/screens/edit_note.dart @@ -42,27 +42,47 @@ class EditNote extends StatelessWidget { child: Column(crossAxisAlignment: CrossAxisAlignment.start, children: [ TextFormField( - cursorColor: Colors.orange, - maxLines: null, + style: const TextStyle( + fontSize: 20, + fontWeight: FontWeight.w900, + color: Color(0xFF403B36), + ), + cursorColor: Colors.black, decoration: const InputDecoration( border: InputBorder.none, focusedBorder: UnderlineInputBorder(), hintText: 'Title', + hintStyle: TextStyle( + fontSize: 20, + fontWeight: FontWeight.w900, + color: Color(0xFF403B36), + ), ), inputFormatters: [ LengthLimitingTextInputFormatter(100), ], ), TextFormField( - cursorColor: Colors.orange, + style: const TextStyle( + fontSize: 16, + fontWeight: FontWeight.w700, + color: Color(0xFF403B36), + ), + + cursorColor: Colors.black, + maxLines: null, decoration: const InputDecoration( border: InputBorder.none, - focusedBorder: UnderlineInputBorder(), hintText: 'Description', + hintStyle: TextStyle( + fontSize: 16, + fontWeight: FontWeight.w700, + color: Color(0xFF403B36), + ), + ), - inputFormatters: [ - LengthLimitingTextInputFormatter(100), - ], + textAlign: TextAlign.justify, + ), ]), )); diff --git a/lib/screens/profile_screen.dart b/lib/screens/profile_screen.dart index b00f28b..6f9ac3d 100644 --- a/lib/screens/profile_screen.dart +++ b/lib/screens/profile_screen.dart @@ -13,7 +13,7 @@ class _ProfileScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar( + appBar: AppBar(leading: const Icon(Icons.arrow_back,color: Color(0xFFF8EEE2),), title: Text( 'NOTELY', style: GoogleFonts.nunito(