💄 Improve UI for material theme in Workspace view

This commit is contained in:
Alicia Sykes
2021-08-28 13:43:45 +01:00
parent 23a5064d3d
commit 4f3e96c506
3 changed files with 9 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ export default {
<style lang="scss" scoped>
div.side-bar-item {
color: var(--side-bar-color);
background: var(--side-bar-background);
color: var(--side-bar-item-color);
background: var(--side-bar-item-background);
text-align: center;
&.text-only {
background: none;