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) =>
|
onArchiveCard={(_listId: string, cardId: string) =>
|
||||||
deleteTask({
|
deleteTask({
|
||||||
variables: { taskID: cardId },
|
variables: { taskID: cardId },
|
||||||
update: client => {
|
update: () => {
|
||||||
const cacheData = getCacheData(client, projectID);
|
const cacheData = getCacheData(client, projectID);
|
||||||
const newData = {
|
const newData = {
|
||||||
...cacheData.findProject,
|
...cacheData.findProject,
|
||||||
|
@ -102,7 +102,7 @@ export const EditorButton = styled.div`
|
|||||||
background: rgba(0, 0, 0, 0.6);
|
background: rgba(0, 0, 0, 0.6);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #e6e6e6;
|
color: #c2c6dc;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 4px 8px;
|
margin: 0 0 4px 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user