diff --git a/src/app/app.component.html b/src/app/app.component.html
index 705ed1f..de1f3b5 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -31,7 +31,10 @@
[opened]="leftSideOpen()"
(closed)="leftSideOpen.set(false)"
>
-
+
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index 63431fe..d3b9a2d 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -33,3 +33,9 @@ app-editor {
.mat-icon.filled {
font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
+
+.bubble-sidenav {
+ background-color: var(--mat-sys-secondary-container);
+ border-radius: 1rem;
+ padding: 1rem;
+}
diff --git a/src/styles.scss b/src/styles.scss
index 2e00bbd..687b043 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -20,7 +20,6 @@ html {
@include mat.sidenav-overrides(
(
container-shape: 1rem,
- container-background-color: var(--mat-sys-secondary-container),
)
);
}