mirror of https://github.com/grafana/grafana.git
Canvas: Update inline edit to use theme shadow (#69926)
This commit is contained in:
parent
a169cdd5ec
commit
8bb8b9b29a
|
|
@ -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…
Reference in New Issue