File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ class SidebarXTheme {
9898 iconTheme: iconTheme ?? theme.iconTheme,
9999 selectedIconTheme: selectedIconTheme ??
100100 theme.iconTheme.copyWith (color: theme.primaryColor),
101- hoverIconTheme: hoverIconTheme ??
102- theme.iconTheme.copyWith (color: theme.primaryColor),
103101 textStyle: textStyle ?? theme.textTheme.bodyMedium,
104102 selectedTextStyle: selectedTextStyle ??
105103 theme.textTheme.bodyMedium? .copyWith (color: theme.primaryColor),
@@ -114,6 +112,8 @@ class SidebarXTheme {
114112 hoverColor: hoverColor ?? theme.hoverColor,
115113 hoverTextStyle: hoverTextStyle ??
116114 theme.textTheme.bodyMedium? .copyWith (color: theme.primaryColor),
115+ hoverIconTheme: hoverIconTheme ??
116+ theme.iconTheme.copyWith (color: theme.primaryColor),
117117 );
118118 return mergedTheme;
119119 }
You can’t perform that action at this time.
0 commit comments