update

parent 69ad30bf
......@@ -19,7 +19,8 @@ class MyApp extends StatelessWidget {
primarySwatch: Colors.blue,
),
// home: AccountSettingPage(),
home: OtherMenuPage(),
// 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