更新样式

This commit is contained in:
wyf
2025-11-18 10:21:33 +08:00
parent a0172b394b
commit 0ebe7116f6
37 changed files with 325 additions and 161 deletions

View File

@@ -119,7 +119,7 @@ class _SleepDateWidgetState extends State<SleepDateWidget> {
fontSize: 48.rpx,
letterSpacing: 0.0,
color: widget.textColor ??
themeController.currentColor.sc4,
themeController.currentColor.sc3,
fontWeight: FontWeight.w500, // 加粗
),
),
@@ -161,7 +161,7 @@ class _SleepDateWidgetState extends State<SleepDateWidget> {
16.rpx, 0, 16.rpx, 0),
iconPadding: EdgeInsetsDirectional.fromSTEB(0, 0, 0, 0),
color: widget.textColor ??
themeController.currentColor.sc4,
themeController.currentColor.sc4.withOpacity(0.2),
textStyle: TextStyle(
// fontFamily: 'Inter Tight',
color: themeController.currentColor.sc3,