Medical File Fonts Implementation

merge-update-with-lab-changes
Mirza.Shafique 4 years ago
parent 5f44dece71
commit a699740897

@ -102,16 +102,19 @@ class _TimeLineViewState extends State<TimeLineView> {
TranslationBase.of(context).appointments, TranslationBase.of(context).appointments,
style: TextStyle( style: TextStyle(
color: CustomColors.white, color: CustomColors.white,
fontSize: 14, fontSize: 12,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
letterSpacing: -0.72,
), ),
), ),
Text( Text(
TranslationBase.of(context).timeLine, TranslationBase.of(context).timeLine,
style: TextStyle( style: TextStyle(
color: CustomColors.white, color: CustomColors.white,
fontSize: 24, fontSize: 20,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
letterSpacing: -1.44,
height: 1.2,
), ),
), ),
], ],
@ -205,16 +208,19 @@ class _TimeLineViewState extends State<TimeLineView> {
TranslationBase.of(context).appointments, TranslationBase.of(context).appointments,
style: TextStyle( style: TextStyle(
color: CustomColors.white, color: CustomColors.white,
fontSize: 14, fontSize: 12,
fontWeight: FontWeight.bold, fontWeight: FontWeight.w600,
letterSpacing: -0.72,
), ),
), ),
Text( Text(
TranslationBase.of(context).timeLine, TranslationBase.of(context).timeLine,
style: TextStyle( style: TextStyle(
color: CustomColors.white, color: CustomColors.white,
fontSize: 24, fontSize: 22,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
letterSpacing: -1.44,
height: 1.2,
), ),
), ),
], ],
@ -226,6 +232,7 @@ class _TimeLineViewState extends State<TimeLineView> {
color: Colors.white, color: Colors.white,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize: 14, fontSize: 14,
letterSpacing: -0.42,
), ),
), ),
mHeight(4), mHeight(4),
@ -245,7 +252,11 @@ class _TimeLineViewState extends State<TimeLineView> {
child: AutoSizeText( child: AutoSizeText(
TranslationBase.of(context).login, TranslationBase.of(context).login,
maxLines: 1, maxLines: 1,
style: TextStyle(color: Colors.white, fontSize: 14), style: TextStyle(
color: Colors.white,
fontSize: 12,
letterSpacing: -0.33,
),
), ),
), ),
), ),
@ -297,6 +308,8 @@ class TimelineNewWidget extends StatelessWidget {
), ),
style: TextStyle( style: TextStyle(
color: CustomColors.grey2, color: CustomColors.grey2,
fontSize: 12,
height: 1.2,
), ),
), ),
mWidth(8), mWidth(8),
@ -324,7 +337,9 @@ class TimelineNewWidget extends StatelessWidget {
appoitmentAllHistoryResul.doctorNameObj, appoitmentAllHistoryResul.doctorNameObj,
style: TextStyle( style: TextStyle(
color: CustomColors.white, color: CustomColors.white,
fontSize: 12, fontSize: 10,
fontWeight: FontWeight.w600,
letterSpacing: -0.36,
), ),
), ),
Text( Text(
@ -332,7 +347,8 @@ class TimelineNewWidget extends StatelessWidget {
style: TextStyle( style: TextStyle(
color: CustomColors.grey2, color: CustomColors.grey2,
fontSize: 8, fontSize: 8,
fontWeight: FontWeight.bold, fontWeight: FontWeight.w600,
letterSpacing: -0.36,
), ),
), ),
], ],

Loading…
Cancel
Save