Skip to content

Commit a9a695b

Browse files
committed
修复 主题适配代码错误的问题
1 parent 98db3e6 commit a9a695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtensionTutorial/fitTheme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function getHBuilderXThemeData(area) {
121121
fontColor = customColors[viewFontOptionName];
122122
};
123123
if (customColors[viewLiHoverBgOptionName] && viewLiHoverBgOptionName in customColors) {
124-
fontColor = customColors[viewLiHoverBgOptionName];
124+
liHoverBackground = customColors[viewLiHoverBgOptionName];
125125
};
126126
};
127127

0 commit comments

Comments
 (0)