panhui 6 лет назад
Родитель
Сommit
acf3695fbf
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      lib/pages/RoomInfo.dart

+ 3 - 3
lib/pages/RoomInfo.dart

@@ -732,7 +732,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.firstRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.firstRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                       ],
                                     ),
@@ -749,7 +749,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.secondRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.secondRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                       ],
                                     ),
@@ -766,7 +766,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.thirdRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.thirdRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color:Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                       ],
                                     ),