|
|
@@ -164,8 +164,8 @@ class GSYConstant {
|
|
|
);
|
|
|
|
|
|
static const normalTextActionWhiteBold = TextStyle(
|
|
|
- color: GSYColors.actionBlue,
|
|
|
- fontSize: normalTextSize,
|
|
|
+ color: Colors.blue,
|
|
|
+ fontSize: middleTextWhiteSize,
|
|
|
fontWeight: FontWeight.bold,
|
|
|
);
|
|
|
|
|
|
@@ -174,6 +174,12 @@ class GSYConstant {
|
|
|
fontSize: normalTextSize,
|
|
|
);
|
|
|
|
|
|
+ static const smallTextLight = TextStyle(
|
|
|
+ color: GSYColors.primaryLightValue,
|
|
|
+ fontSize: smallTextSize,
|
|
|
+ );
|
|
|
+
|
|
|
+
|
|
|
static const normalTextBigWhiteBold = TextStyle(
|
|
|
color: GSYColors.actionBlue,
|
|
|
fontSize: bigTextSize,
|