chore: platform layout enhancements (#8386)
This commit is contained in:
parent
5e0091e32e
commit
80acecb77a
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export const BaseListLayout = observer(function BaseListLayout<T extends IBaseLa
|
|||
);
|
||||
|
||||
return (
|
||||
<div ref={containerRef} className={cn("relative size-full overflow-auto bg-surface-2", className)}>
|
||||
<div ref={containerRef} className={cn("relative size-full overflow-auto bg-surface-1", className)}>
|
||||
<div className="relative size-full flex flex-col">
|
||||
{groups.map((group) => {
|
||||
const itemIds = groupedItemIds[group.id] || [];
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ export const ProjectLayoutRoot = observer(function ProjectLayoutRoot() {
|
|||
}}
|
||||
/>
|
||||
)}
|
||||
<div className="relative h-full w-full overflow-auto bg-surface-2">
|
||||
<div className="relative h-full w-full overflow-auto bg-layer-2">
|
||||
{/* mutation loader */}
|
||||
{issues?.getIssueLoader() === "mutation" && (
|
||||
<div className="fixed w-[40px] h-[40px] z-50 right-[20px] top-[70px] flex justify-center items-center bg-layer-1 shadow-sm rounded-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue