Change finished node marking

This commit is contained in:
Kamran Ahmed
2021-12-09 18:05:01 +01:00
parent 537ffc365e
commit be61c144e0

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; }
} }
`; `;