diff --git a/packages/grafana-ui/src/components/Table/FilterPopup.tsx b/packages/grafana-ui/src/components/Table/FilterPopup.tsx index 6bec1404938..0f8a5b40db3 100644 --- a/packages/grafana-ui/src/components/Table/FilterPopup.tsx +++ b/packages/grafana-ui/src/components/Table/FilterPopup.tsx @@ -100,10 +100,10 @@ const getStyles = (theme: GrafanaTheme2) => ({ height: 100%; max-height: 400px; background-color: ${theme.colors.background.primary}; - border: 1px solid ${theme.colors.border.medium}; + border: 1px solid ${theme.colors.border.weak}; padding: ${theme.spacing(2)}; margin: ${theme.spacing(1)} 0; - box-shadow: 0px 0px 20px ${theme.v1.palette.black}; + box-shadow: ${theme.shadows.z3}; border-radius: ${theme.shape.radius.default}; `, listDivider: css`