更新样式
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user