diff --git a/guide/engine/src/components/climate-sim/TerrainLegend.tsx b/guide/engine/src/components/climate-sim/TerrainLegend.tsx index c69be336..c2913366 100644 --- a/guide/engine/src/components/climate-sim/TerrainLegend.tsx +++ b/guide/engine/src/components/climate-sim/TerrainLegend.tsx @@ -132,7 +132,7 @@ export function TerrainLegend({ layerMask, presentBiomes }: TerrainLegendProps): )] })} - {showTerrain && ( + {(!presentBiomes || presentBiomes.has('coral_reef')) && ( Reef Health theme.colors.text.muted}; opacity: 0.5; - margin-bottom: 1px; + padding-top: 0.3125rem; + margin-bottom: 0.25rem; ` const SwatchRow = styled.div`