diff --git a/src/components/PrimitivesSidebar.vue b/src/components/PrimitivesSidebar.vue index 70d9b2d46..5da168f1d 100644 --- a/src/components/PrimitivesSidebar.vue +++ b/src/components/PrimitivesSidebar.vue @@ -53,7 +53,7 @@ function toggle() { height: 100%; display: flex; flex-direction: column; - background: rgba(30, 30, 46, 0.85); + background: rgba(34, 34, 34, 0.9); border-right: 1px solid var(--color-border); overflow: hidden; } @@ -80,7 +80,7 @@ function toggle() { top: var(--space-sm); left: var(--space-sm); right: auto; - background: rgba(30, 30, 46, 0.85); + background: rgba(34, 34, 34, 0.9); border: 1px solid var(--color-border); } diff --git a/src/components/PropertiesPanel.vue b/src/components/PropertiesPanel.vue index b42f6469d..c8547a5f9 100644 --- a/src/components/PropertiesPanel.vue +++ b/src/components/PropertiesPanel.vue @@ -1,8 +1,16 @@