Skip to content

Commit 64f1f3e

Browse files
committed
Revert "NavigationOverview should also not set its own background color but use meta"
This reverts commit 396ecb3.
1 parent 396ecb3 commit 64f1f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/layout/base/BaseLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<v-card
3131
class="flex-1-1-0 overflow-y-auto"
3232
:class="isPageBlue ? '' : 'pa-6'"
33-
:color="isPageBlue ? 'red' : undefined"
33+
:color="isPageBlue ? 'primary' : undefined"
3434
:data-testid="`${pageTestId}-page-container`"
3535
elevation="1"
3636
:style="{

0 commit comments

Comments
 (0)