change: updated editor button text color
This commit is contained in:
parent
f1f69440c3
commit
e87a2ea0b7
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user