improvement.

merge-requests/390/head
Sikander Saleem 3 years ago
parent 8367fc09f3
commit 9e75a45cd5

@ -114,7 +114,12 @@ class DoctorCard extends StatelessWidget {
Expanded(
child: Text(
(name ?? ""),
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600, color: Color(0xff2E303A), letterSpacing: -0.64, height: 25 / 16),
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Color(0xff2E303A),
letterSpacing: -0.64,
),
),
),
Column(

Loading…
Cancel
Save