Commit 9aec92a7 by art

update

parents 46b9e6d4 facc6447
......@@ -24,7 +24,9 @@ class MyApp extends StatelessWidget {
primarySwatch: Colors.blue,
),
// home: AccountSettingPage(),
home: MyOrderStatus(),
// home: OtherMenuPage(),
home: MainShop(),
// home: service_tab(),
// home: SplashScreenPage(),
);
......
......@@ -40,17 +40,17 @@ class _ShopReviewsPageState extends State<ShopReviewsPage> {
'รีวิว(จากผู้ใช้บริการจริง)',
style: TextStyle(
color: Color(0xFF6AB3AA),
fontSize: SizeConfig.getFontSize(16),
fontSize: SizeConfig.getFontSize(14),
),
),
SizedBox(
width: SizeConfig.getWidth(120),
width: SizeConfig.getWidth(145),
),
Text(
'ดูทั้งหมด',
style: TextStyle(
color: Colors.black,
fontSize: SizeConfig.getFontSize(16),
fontSize: SizeConfig.getFontSize(14),
),
),
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment