fix: Fixed compact mode displaying wrong workspace themes, b=no-bug, c=workspaces

This commit is contained in:
Mr. M
2025-07-18 15:57:47 +02:00
parent f862e184a6
commit a82b05bc75

View File

@@ -1184,8 +1184,7 @@
`linear-gradient(to top, ${color1} 0%, transparent 60%)`,
].join(', ');
}
// TODO(m): Stop doing this once we have support for bluring the sidebar
return [`linear-gradient(120deg, ${color1} -30%, ${color3} 100%)`].join(', ');
return [`linear-gradient(-45deg, ${color1} 15%, ${color2})`].join(', ');
}
}
}