change: updated editor button text color

This commit is contained in:
Jordan Knott 2020-05-31 00:04:14 -05:00
parent f1f69440c3
commit e87a2ea0b7
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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;