h20 today ui (cont.)1

merge-update-with-lab-changes
Sikander Saleem 4 years ago
parent 55df00dcd4
commit 2aa6ad5d6b

@ -175,24 +175,24 @@ class TodayPage extends StatelessWidget {
), ),
), ),
SizedBox(height: 40), SizedBox(height: 40),
Text( // Text(
TranslationBase.of(context).addCustomAmount, // TranslationBase.of(context).addCustomAmount,
style: TextStyle( // style: TextStyle(
fontSize: 14, // fontSize: 14,
height: 21 / 14, // height: 21 / 14,
fontWeight: FontWeight.w600, // fontWeight: FontWeight.w600,
color: Color(0xff2B353E), // color: Color(0xff2B353E),
letterSpacing: -0.56, // letterSpacing: -0.56,
), // ),
), // ),
], ],
), ),
), ),
floatingActionButton: H20FloatingActionButton( // floatingActionButton: H20FloatingActionButton(
// controller: _controller, // // controller: _controller,
model: model, // model: model,
), // ),
), ),
); );
} }

Loading…
Cancel
Save