Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-07-01 10:18:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8aafd7feb37952d89ad6143ce1a98304dd5a32e9
8aafd7fe
1 parent
c6d770d4
feat:修改我的收藏字体颜色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/reusable/CustomTitleAndEditUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/reusable/CustomTitleAndEditUI.ets
View file @
8aafd7f
...
...
@@ -44,7 +44,7 @@ export struct CustomTitleAndEditUI {
if (this.isDisplayButton){
Button(this.isEditState === true?'取消':'编辑')
.type(ButtonType.Normal)
.fontColor($r('app.color.color_
B0B0B0
'))
.fontColor($r('app.color.color_
222222
'))
.backgroundColor(Color.White)
.id("edit_Button")
.alignRules({
...
...
Please
register
or
login
to post a comment