feat:browse page ui done
This commit is contained in:
@@ -22,4 +22,7 @@ abstract class AppColors {
|
||||
static const Color c545454 = Color(0xFF545454);
|
||||
static const Color cEFF3FE = Color(0xFFEFF3FE);
|
||||
static const Color c05A357 = Color(0xFF05A357);
|
||||
static const Color cE8E8E8 = Color(0xFFE8E8E8);
|
||||
static const Color c660000 = Color(0x66000000);
|
||||
|
||||
}
|
||||
|
||||
@@ -77,6 +77,13 @@ abstract class AppTextStyles {
|
||||
fontWeight: FontWeight.w500,
|
||||
);
|
||||
|
||||
static const TextStyle size24Medium = TextStyle(
|
||||
color: _defaultColor,
|
||||
fontSize: SizesCons.size_24,
|
||||
fontFamily: _fontMedium,
|
||||
fontWeight: FontWeight.w500,
|
||||
);
|
||||
|
||||
static const TextStyle size16Bold= TextStyle(
|
||||
color: _defaultColor,
|
||||
fontSize: SizesCons.size_16,
|
||||
|
||||
Reference in New Issue
Block a user