fix(editor): Add background same as that of the parent (#17625)

This commit is contained in:
Nikhil Kuriakose
2025-07-25 09:44:16 +02:00
committed by GitHub
parent c18fabb419
commit 8660057350

View File

@@ -64,6 +64,7 @@ const emit = defineEmits<{
margin-left: auto;
--button-hover-background-color: transparent;
--button-active-background-color: transparent;
background-color: var(--color-foreground-base);
}
.contentOverrideContainer {