Finish up new sidebar active.

Add rounded corners to sidebar.
This commit is contained in:
Paul
2021-07-01 13:42:53 +01:00
parent c724ffae43
commit 471b4b0847
10 changed files with 40 additions and 31 deletions

View File

@@ -49,7 +49,6 @@ export function Component(props: Props & WithDispatcher) {
function setAccent(accent: string) {
setOverride({
accent,
"sidebar-active": accent,
"scrollbar-thumb": pSBC(-0.2, accent)
});
}