fix: Remove background for resource ownership selector (#4748)

This commit is contained in:
Alex Grozav
2022-11-29 11:03:55 +02:00
committed by GitHub
parent d6d442d458
commit 30214f2bc2
2 changed files with 2 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ export default Vue.extend({
height: 100%;
display: flex;
flex-direction: column;
background-color: var(--color-background-xlight);
background-color: var(--menu-background, var(--color-background-xlight));
}
.menuContent {