fix: filtering tasks by label or member not working due to typescript

Upgrading all libraries fixed the error (ref.current is read-only)
This commit is contained in:
Jordan Knott 2021-10-24 10:49:44 -05:00
parent 25df251cc5
commit ce3afec8a0
2 changed files with 635 additions and 578 deletions

View File

@ -52,10 +52,10 @@ export const base = {
blockToolbarText: colors.white,
blockToolbarHoverBackground: colors.primary,
blockToolbarDivider: colors.almostWhite,
blockToolbarIcon: undefined,
blockToolbarIconSelected: colors.white,
blockToolbarTextSelected: colors.white,
blockToolbarSelectedBackground: colors.greyMid,
noticeInfoBackground: '#F5BE31',
noticeInfoText: colors.almostBlack,

File diff suppressed because it is too large Load Diff