Make the layout toggle opaque

So that the background doesn't shine through it
This commit is contained in:
Robin
2023-09-25 14:13:35 -04:00
parent 7dac9caa6b
commit 172c7664be

View File

@@ -18,6 +18,7 @@ limitations under the License.
padding: 2px;
border: 1px solid var(--cpd-color-border-interactive-secondary);
border-radius: var(--cpd-radius-pill-effect);
background: var(--cpd-color-bg-canvas-default);
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
display: flex;
}