update

parent 69ad30bf
...@@ -19,7 +19,8 @@ class MyApp extends StatelessWidget { ...@@ -19,7 +19,8 @@ class MyApp extends StatelessWidget {
primarySwatch: Colors.blue, primarySwatch: Colors.blue,
), ),
// home: AccountSettingPage(), // home: AccountSettingPage(),
home: OtherMenuPage(), // home: OtherMenuPage(),
home: MainShop(),
// home: service_tab(), // home: service_tab(),
// home: SplashScreenPage(), // home: SplashScreenPage(),
); );
......
...@@ -40,17 +40,17 @@ class _ShopReviewsPageState extends State<ShopReviewsPage> { ...@@ -40,17 +40,17 @@ class _ShopReviewsPageState extends State<ShopReviewsPage> {
'รีวิว(จากผู้ใช้บริการจริง)', 'รีวิว(จากผู้ใช้บริการจริง)',
style: TextStyle( style: TextStyle(
color: Color(0xFF6AB3AA), color: Color(0xFF6AB3AA),
fontSize: SizeConfig.getFontSize(16), fontSize: SizeConfig.getFontSize(14),
), ),
), ),
SizedBox( SizedBox(
width: SizeConfig.getWidth(120), width: SizeConfig.getWidth(145),
), ),
Text( Text(
'ดูทั้งหมด', 'ดูทั้งหมด',
style: TextStyle( style: TextStyle(
color: Colors.black, 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