chore: platform layout enhancements (#8386)

This commit is contained in:
Anmol Singh Bhatia 2025-12-18 20:00:35 +05:30 committed by GitHub
parent 5e0091e32e
commit 80acecb77a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ export const BaseListLayout = observer(function BaseListLayout<T extends IBaseLa
); );
return ( 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"> <div className="relative size-full flex flex-col">
{groups.map((group) => { {groups.map((group) => {
const itemIds = groupedItemIds[group.id] || []; const itemIds = groupedItemIds[group.id] || [];

View file

@ -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 */} {/* mutation loader */}
{issues?.getIssueLoader() === "mutation" && ( {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"> <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">