|
@@ -165,7 +165,7 @@ class OutlineItemWidget extends StatelessWidget {
|
|
final style = textStyle.href.combine(textStyle.text);
|
|
final style = textStyle.href.combine(textStyle.text);
|
|
return FlowyHover(
|
|
return FlowyHover(
|
|
style: HoverStyle(
|
|
style: HoverStyle(
|
|
- hoverColor: Colors.grey.withOpacity(0.2), // TODO: use theme color.
|
|
|
|
|
|
+ hoverColor: Theme.of(context).hoverColor,
|
|
),
|
|
),
|
|
child: GestureDetector(
|
|
child: GestureDetector(
|
|
onTap: () => updateBlockSelection(context),
|
|
onTap: () => updateBlockSelection(context),
|