Browse Source

feat(ddm): Add dashed border to the add widget panel (#57785)

Matej Minar 1 year ago
parent
commit
9f7500db8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/ddm/metricWidget.tsx

+ 1 - 0
static/app/views/ddm/metricWidget.tsx

@@ -549,6 +549,7 @@ const AddWidgetPanel = styled(MetricWidgetPanel)`
   display: flex;
   justify-content: center;
   align-items: center;
+  border: 1px dashed ${p => p.theme.border};
 
   &:hover {
     background-color: ${p => p.theme.backgroundSecondary};