更新部分显示样式

This commit is contained in:
wyf
2025-12-09 15:47:05 +08:00
parent 5e63f2dfdc
commit e7c51bea52
15 changed files with 223 additions and 122 deletions

View File

@@ -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,
))),
),
),