mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:12:22 +08:00
QueryTab: Design updates (#23906)
* WIP: first stage * Another take * argghhh * Updated * My brain is mush * Minor progress * Progres * Starting to work * Fixes * fixed e2e
This commit is contained in:
@ -3,7 +3,7 @@ import { GrafanaTheme } from '@grafana/data';
|
||||
import { stylesFactory } from '../../themes';
|
||||
|
||||
export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
const backdropBackground = theme.colors.bg1;
|
||||
const backdropBackground = theme.colors.bg3;
|
||||
|
||||
return {
|
||||
modal: css`
|
||||
|
Reference in New Issue
Block a user