diff --git a/src/components/common/Heatmap.tsx b/src/components/common/Heatmap.tsx index 1e11811..f7aeede 100644 --- a/src/components/common/Heatmap.tsx +++ b/src/components/common/Heatmap.tsx @@ -13,7 +13,7 @@ import { import { OTHER_PHENOTYPE_LABEL } from '../../settings.ts'; import { useDataContext } from '../../context/DataContext.ts'; -const { gray50, primaryPurple500, gray100A, gray500 } = vars; +const { gray50, primaryPurple500, gray100A, gray500, primaryPurple600 } = vars; interface HeatmapGridProps { xAxis: string[]; @@ -219,12 +219,13 @@ const HeatmapGrid: FC = ({ height: '2rem', marginRight: '0.5rem', borderRadius: '0.25rem', - border: `0.0625rem solid ${gray500}`, + border: `0.0625rem solid ${primaryPurple600}`, + color: primaryPurple600, }, }} > - - + + { if (connectionPage < totalUniqueKS) { setConnectionPage(connectionPage + 1); @@ -91,38 +85,49 @@ const SummaryHeader = ({ variant="outlined" sx={{ '& .MuiButtonBase-root': { - width: '2rem', + width: '7.8rem', height: '2rem', borderRadius: '0.25rem', border: `0.0625rem solid ${primaryPurple600}`, + color: primaryPurple600, + marginRight: '1rem', }, }} > - setShowDetails(SummaryType.Summary)}> - - - setShowDetails(SummaryType.Summary)}> + Back to Summary + + )} } aria-label="breadcrumb"> {showDetails === SummaryType.DetailedSummary ? ( - {connectionId} + <> ) : ( Summary )} @@ -137,12 +142,7 @@ const SummaryHeader = ({ }} > {showDetails === SummaryType.DetailedSummary ? ( - <> - - Displaying connection {connectionPage} of {totalUniqueKS} - - - + <> ) : ( <>