mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
fix: disable toolbar hover color
This commit is contained in:
parent
3fb997af84
commit
68da3955c1
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class ToolbarItemWidget extends StatelessWidget {
|
|||
child: MouseRegion(
|
||||
cursor: SystemMouseCursors.click,
|
||||
child: IconButton(
|
||||
hoverColor: Colors.transparent,
|
||||
highlightColor: Colors.transparent,
|
||||
padding: EdgeInsets.zero,
|
||||
icon: item.iconBuilder(isHighlight),
|
||||
|
|
|
|||
Loading…
Reference in a new issue