From d6ebcba5b4c06c139a74ab626a4d46c9335f2d1f Mon Sep 17 00:00:00 2001 From: lmejbar <42239917+lmejbar@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:58:37 +0200 Subject: [PATCH] Signed-off-by Lmejbar : Added SearchBar and ScrollBar on Techradar Signed-off-by: lmejbar <42239917+lmejbar@users.noreply.github.com> --- plugins/tech-radar/src/components/RadarLegend/RadarLegend.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',