更新部分显示样式
This commit is contained in:
@@ -225,7 +225,8 @@ class _SettingPageState extends State<SettingPage> {
|
||||
.language_name!,
|
||||
style: TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
color: Color(0xFFD9E3EB),
|
||||
color: themeController
|
||||
.currentColor.sc2,
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0.0,
|
||||
),
|
||||
@@ -609,7 +610,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
0.rpx, 50.rpx, 0.rpx, 100.rpx),
|
||||
0.rpx, 100.rpx, 0.rpx, 100.rpx),
|
||||
child: ClickableContainer(
|
||||
borderRadius:
|
||||
AppConstants().button_container_radius, // 圆角半径
|
||||
@@ -656,7 +657,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
),
|
||||
),
|
||||
].divide(SizedBox(
|
||||
height: 17.rpx,
|
||||
height: 4.rpx,
|
||||
))),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user