更新样式
This commit is contained in:
@@ -149,6 +149,9 @@ class _DeviceShareInfoWidgetState extends State<DeviceShareInfoWidget> {
|
||||
item['show'] == false) {
|
||||
return Container();
|
||||
}
|
||||
if (item['k'] == null) {
|
||||
return Container();
|
||||
}
|
||||
return Container(
|
||||
constraints: BoxConstraints(
|
||||
minHeight: 62.rpx,
|
||||
|
||||
@@ -177,7 +177,7 @@ class _WifiPageState extends State<WifiPage> {
|
||||
child: CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(
|
||||
themeController.currentColor.sc1,
|
||||
themeController.currentColor.sc3,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -192,7 +192,7 @@ class _WifiPageState extends State<WifiPage> {
|
||||
child: CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(
|
||||
themeController.currentColor.sc1,
|
||||
themeController.currentColor.sc3,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -697,7 +697,7 @@ class _WifiPageState extends State<WifiPage> {
|
||||
Color>(
|
||||
themeController
|
||||
.currentColor
|
||||
.sc1,
|
||||
.sc3,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user