Style: custom theme UI fixes (#3284)
* style: fix `background-color` inconsistency in issue layout when custom theme is applied. * fix: theme dropdown overlapping with input color picker icons (z-index issue).
This commit is contained in:
parent
22bbdd5ab8
commit
4263e9b507
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ export const ProjectLayoutRoot: React.FC = observer(() => {
|
|||
{Object.keys(getIssues ?? {}).length == 0 ? (
|
||||
<ProjectEmptyState />
|
||||
) : (
|
||||
<div className="relative h-full w-full overflow-auto">
|
||||
<div className="relative h-full w-full overflow-auto bg-custom-background-90">
|
||||
{activeLayout === "list" ? (
|
||||
<ListLayout />
|
||||
) : activeLayout === "kanban" ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue