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),
Text(
TranslationBase.of(context).addCustomAmount,
style: TextStyle(
fontSize: 14,
height: 21 / 14,
fontWeight: FontWeight.w600,
color: Color(0xff2B353E),
letterSpacing: -0.56,
),
),
// Text(
// TranslationBase.of(context).addCustomAmount,
// style: TextStyle(
// fontSize: 14,
// height: 21 / 14,
// fontWeight: FontWeight.w600,
// color: Color(0xff2B353E),
// letterSpacing: -0.56,
// ),
// ),
],
),
),
floatingActionButton: H20FloatingActionButton(
// controller: _controller,
model: model,
),
// floatingActionButton: H20FloatingActionButton(
// // controller: _controller,
// model: model,
// ),
),
);
}

Loading…
Cancel
Save