fix: unified bg color in collection tree (#3155)

This commit is contained in:
Nivedin 2023-06-22 00:38:28 +05:30 committed by GitHub
parent 77e8a36ab0
commit f67b366b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="flex flex-col flex-1 bg-primary">
<div class="flex flex-col flex-1 bg-primaryContrast">
<div
class="sticky z-10 flex justify-between flex-1 border-b bg-primary border-dividerLight"
:style="

View file

@ -1,5 +1,5 @@
<template>
<div class="flex flex-col flex-1 bg-primary">
<div class="flex flex-col flex-1 bg-primaryContrast">
<div
class="sticky z-10 flex justify-between flex-1 border-b bg-primary border-dividerLight"
:style="