Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:05:01 +01:00
parent 9a22a457f5
commit 0e05128980

View File

@ -45,7 +45,7 @@ const GlobalStyles = css`
} }
svg .done { svg .done {
& rect { fill: #cbcbcb; } & rect { fill: #cbcbcb !important; }
& text { text-decoration: line-through; } & text { text-decoration: line-through; }
} }
`; `;