|
11 | 11 | import 'package:flutter/material.dart'; |
12 | 12 | import 'package:hexcolor/hexcolor.dart'; |
13 | 13 | import 'package:label_storemax/widgets/woosignal_ui.dart'; |
14 | | -import 'package:label_storemax/helpers/tools.dart'; |
15 | 14 |
|
16 | 15 | TextTheme textThemeAccent() { |
17 | 16 | return TextTheme( |
@@ -42,16 +41,16 @@ TextTheme textThemeAccent() { |
42 | 41 | fontFamily: appFontFamily, |
43 | 42 | fontWeight: FontWeight.w800), |
44 | 43 | bodyText1: new TextStyle( |
45 | | - color: Hexcolor("#606060"), |
| 44 | + color: HexColor("#606060"), |
46 | 45 | fontFamily: appFontFamily, |
47 | 46 | fontWeight: FontWeight.w700), |
48 | 47 | bodyText2: new TextStyle( |
49 | | - color: Hexcolor("#a8a8a8"), |
| 48 | + color: HexColor("#a8a8a8"), |
50 | 49 | fontFamily: appFontFamily, |
51 | 50 | fontWeight: FontWeight.w700, |
52 | 51 | fontSize: 18), |
53 | 52 | caption: new TextStyle( |
54 | | - color: Hexcolor("#2a5080"), |
| 53 | + color: HexColor("#2a5080"), |
55 | 54 | fontFamily: appFontFamily, |
56 | 55 | fontWeight: FontWeight.w700, |
57 | 56 | fontSize: 14), |
@@ -91,16 +90,16 @@ TextTheme textThemePrimary() { |
91 | 90 | fontFamily: appFontFamily, |
92 | 91 | fontWeight: FontWeight.w800), |
93 | 92 | bodyText1: new TextStyle( |
94 | | - color: Hexcolor("#606060"), |
| 93 | + color: HexColor("#606060"), |
95 | 94 | fontFamily: appFontFamily, |
96 | 95 | fontWeight: FontWeight.w700), |
97 | 96 | bodyText2: new TextStyle( |
98 | | - color: Hexcolor("#a8a8a8"), |
| 97 | + color: HexColor("#a8a8a8"), |
99 | 98 | fontFamily: appFontFamily, |
100 | 99 | fontWeight: FontWeight.w700, |
101 | 100 | fontSize: 18), |
102 | 101 | caption: new TextStyle( |
103 | | - color: Hexcolor("#2a5080"), |
| 102 | + color: HexColor("#2a5080"), |
104 | 103 | fontFamily: appFontFamily, |
105 | 104 | fontWeight: FontWeight.w700, |
106 | 105 | fontSize: 14), |
|
0 commit comments