From 3ff380f40f64f492ce017023aebf02fc7d7b0c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 10 Mar 2023 12:25:35 +0100 Subject: [PATCH] Alerting: Minor style fix for home page (#64585) * Minor fix for home alerting page * Minor border fix * Remove outline --- public/app/features/alerting/unified/Home.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/app/features/alerting/unified/Home.tsx b/public/app/features/alerting/unified/Home.tsx index 1001c74b4a5..bcb07444adc 100644 --- a/public/app/features/alerting/unified/Home.tsx +++ b/public/app/features/alerting/unified/Home.tsx @@ -250,8 +250,7 @@ const getContentBoxStyles = (theme: GrafanaTheme2) => ({ box: css` padding: ${theme.spacing(2)}; background-color: ${theme.colors.background.secondary}; - border-radius: 3px; - outline: 1px solid ${theme.colors.border.strong}; + border-radius: ${theme.shape.borderRadius()}; `, });