更新界面布局
This commit is contained in:
@@ -205,11 +205,10 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
Positioned(
|
||||
right: 20.rpx,
|
||||
child: CustomCard(
|
||||
gradientDirection: GradientDirection.vertical,
|
||||
borderRadius: 20.rpx,
|
||||
onTap: _navigateToNextPage,
|
||||
colors: [
|
||||
stringToColor("#84F5FF"),
|
||||
],
|
||||
colors: AppConstants().mhtButtongradientColors,
|
||||
child: Container(
|
||||
width: 130.rpx,
|
||||
height: 60.rpx,
|
||||
@@ -222,7 +221,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
|
||||
.titleSmall
|
||||
.override(
|
||||
fontFamily: 'Inter Tight',
|
||||
color: stringToColor("#011D33"),
|
||||
color: stringToColor("#003058"),
|
||||
letterSpacing: 0.0,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user