From e87a2ea0b77818d784b1a98b21f5db9691b3a52a Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Sun, 31 May 2020 00:04:14 -0500 Subject: [PATCH] change: updated editor button text color --- web/src/Projects/Project/index.tsx | 2 +- web/src/shared/components/QuickCardEditor/Styles.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/Projects/Project/index.tsx b/web/src/Projects/Project/index.tsx index f60bcea..f8f65b2 100644 --- a/web/src/Projects/Project/index.tsx +++ b/web/src/Projects/Project/index.tsx @@ -576,7 +576,7 @@ const Project = () => { onArchiveCard={(_listId: string, cardId: string) => deleteTask({ variables: { taskID: cardId }, - update: client => { + update: () => { const cacheData = getCacheData(client, projectID); const newData = { ...cacheData.findProject, diff --git a/web/src/shared/components/QuickCardEditor/Styles.ts b/web/src/shared/components/QuickCardEditor/Styles.ts index 335af0a..5edc9f1 100644 --- a/web/src/shared/components/QuickCardEditor/Styles.ts +++ b/web/src/shared/components/QuickCardEditor/Styles.ts @@ -102,7 +102,7 @@ export const EditorButton = styled.div` background: rgba(0, 0, 0, 0.6); border-radius: 3px; clear: both; - color: #e6e6e6; + color: #c2c6dc; display: block; float: left; margin: 0 0 4px 8px;