diff --git a/plugins/tech-radar/src/components/RadarLegend/RadarLegend.tsx b/plugins/tech-radar/src/components/RadarLegend/RadarLegend.tsx index 9e95e11379..6acc34fe7c 100644 --- a/plugins/tech-radar/src/components/RadarLegend/RadarLegend.tsx +++ b/plugins/tech-radar/src/components/RadarLegend/RadarLegend.tsx @@ -52,13 +52,12 @@ const useStyles = makeStyles(theme => ({ quadrantHeading: { pointerEvents: 'none', userSelect: 'none', - color: '#0082C3', marginTop: 0, marginBottom: theme.spacing(8 / (18 * 0.375)), fontSize: '18px', }, rings: { - columns: 2, + columns: 3, }, ring: { breakInside: 'avoid-column',