Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
dee05552168183a9cfab032040355f8bd7f8ba13
Authored by
权海
2026-07-13 14:40:54 +0800
1 parent
0e0293a3
build: skipped
feat(ui):修改文本颜色
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/app/modules/watch_theme/views/custom_watch_theme_preview_view.dart
lib/app/modules/watch_theme/views/custom_watch_theme_preview_view.dart
View file @
dee0555
...
...
@@ -24,7 +24,7 @@ class CustomWatchThemePreviewView
child:
Text
(
context
.
l10n
.
watchThemeDelete
,
style:
const
TextStyle
(
color:
Color
(
0xFF
FC4447
),
color:
Color
(
0xFF
78787D
),
fontSize:
14
,
fontWeight:
FontWeight
.
w600
,
),
...
...
Please
register
or
login
to post a comment