mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: lint
This commit is contained in:
parent
c07158935d
commit
c398c0cb19
@ -56,7 +56,7 @@ export function OutlinePopover({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}, [onMouseEnter, onMouseLeave, t, viewMeta]);
|
||||
}, [onMouseEnter, onMouseLeave, viewMeta]);
|
||||
|
||||
return (
|
||||
<RichTooltip open={open} onClose={onClose} content={content} placement={placement}>
|
||||
|
@ -20,7 +20,7 @@
|
||||
--fill-hover: #52d1f4;
|
||||
--fill-pressed: #009fd1;
|
||||
--fill-active: #e0f8ff;
|
||||
--fill-list-hover: #e0f8ff;
|
||||
--fill-list-hover: rgba(31, 35, 41, 6%);
|
||||
--fill-list-active: #f9fafd;
|
||||
--content-blue-400: #00bcf0;
|
||||
--content-blue-300: #52d1f4;
|
||||
|
Loading…
Reference in New Issue
Block a user