We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db3e6 commit a9a695bCopy full SHA for a9a695b
ExtensionTutorial/fitTheme.md
@@ -121,7 +121,7 @@ function getHBuilderXThemeData(area) {
121
fontColor = customColors[viewFontOptionName];
122
};
123
if (customColors[viewLiHoverBgOptionName] && viewLiHoverBgOptionName in customColors) {
124
- fontColor = customColors[viewLiHoverBgOptionName];
+ liHoverBackground = customColors[viewLiHoverBgOptionName];
125
126
127
0 commit comments