Merge branch 'doctor-app-design' into 'development'

Doctor app design

See merge request Cloud_Solution/doctor_app_flutter!925
merge-requests/926/merge
Elham Ali 4 years ago
commit 63af889e2f

@ -209,7 +209,7 @@ class _AppDrawerState extends State<AppDrawer> {
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
Container(
width: MediaQuery.of(context).size.width * 0.3,
width: MediaQuery.of(context).size.width * 0.5,
child: RichText(
text: TextSpan(
text: 'Powered by',
@ -243,7 +243,7 @@ class _AppDrawerState extends State<AppDrawer> {
]))
])),
),
width: SizeConfig.realScreenWidth * 0.60,
width: SizeConfig.realScreenWidth * 0.80,
margin: EdgeInsets.all(0),
customCornerRaduis: false,

@ -107,7 +107,7 @@ class _AppButtonState extends State<AppButton> {
child: AppText(
widget.title,
color: widget.fontColor,
fontSize: SizeConfig.textMultiplier * widget.fontSize,
fontSize: 16.0,
fontWeight: FontWeight.w600,
letterSpacing: -0.48,
),

Loading…
Cancel
Save