Canvas: Update inline edit to use theme shadow (#69926)

pull/69931/head^2
Nathan Marrs 2 years ago committed by GitHub
parent a169cdd5ec
commit 8bb8b9b29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/panel/canvas/editor/inline/InlineEdit.tsx

@ -111,7 +111,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
flex-direction: column;
background: ${theme.components.panel.background};
border: 1px solid ${theme.colors.border.strong};
box-shadow: 5px 5px 20px -5px #000000;
box-shadow: ${theme.shadows.z3};
z-index: 1000;
opacity: 1;
min-width: 400px;

Loading…
Cancel
Save