mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Unify background color for fresh logs (#18973)
This commit is contained in:
@@ -74,7 +74,6 @@ exports[`Render should render with base threshold 1`] = `
|
||||
Object {
|
||||
"background": Object {
|
||||
"dropdown": "#1f1f20",
|
||||
"logsFresh": "#5794F240",
|
||||
"scrollbar": "#343436",
|
||||
"scrollbar2": "#343436",
|
||||
},
|
||||
@@ -236,7 +235,6 @@ exports[`Render should render with base threshold 1`] = `
|
||||
Object {
|
||||
"background": Object {
|
||||
"dropdown": "#1f1f20",
|
||||
"logsFresh": "#5794F240",
|
||||
"scrollbar": "#343436",
|
||||
"scrollbar2": "#343436",
|
||||
},
|
||||
|
||||
@@ -75,7 +75,6 @@ const darkTheme: GrafanaTheme = {
|
||||
dropdown: basicColors.dark3,
|
||||
scrollbar: basicColors.dark9,
|
||||
scrollbar2: basicColors.dark9,
|
||||
logsFresh: '#5794F240',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -76,7 +76,6 @@ const lightTheme: GrafanaTheme = {
|
||||
dropdown: basicColors.white,
|
||||
scrollbar: basicColors.gray5,
|
||||
scrollbar2: basicColors.gray5,
|
||||
logsFresh: '#d8e7ff',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -96,7 +96,6 @@ export interface GrafanaTheme extends GrafanaThemeCommons {
|
||||
dropdown: string;
|
||||
scrollbar: string;
|
||||
scrollbar2: string;
|
||||
logsFresh: string;
|
||||
};
|
||||
colors: {
|
||||
black: string;
|
||||
|
||||
Reference in New Issue
Block a user