Skip to content
Snippets Groups Projects
Commit 5384d3b7 authored by HJ's avatar HJ :fire:
Browse files

fix solid color highlight

parent 482f353f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,11 @@ const highlightStyle = (prefs) => {
}
} else if (type === 'solid') {
return {
backgroundColor: tintColor2,
backgroundImage: [
'repeating-linear-gradient(90deg,',
`${tintColor} ,`,
`${tintColor} 20px`
].join(' '),
...customProps
}
} else if (type === 'side') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment