mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Theme: Renames new theme model from GrafanaThemeV2 to just GrafanaTheme (#33619)
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
DataFrame,
|
||||
DataTransformerConfig,
|
||||
DocsId,
|
||||
GrafanaThemeV2,
|
||||
GrafanaTheme2,
|
||||
PanelData,
|
||||
SelectableValue,
|
||||
standardTransformersRegistry,
|
||||
@@ -368,7 +368,7 @@ const TransformationCard: React.FC<CardProps> = (props) => {
|
||||
return <Card {...props} className={styles.card} />;
|
||||
};
|
||||
|
||||
const getStyles = (theme: GrafanaThemeV2) => {
|
||||
const getStyles = (theme: GrafanaTheme2) => {
|
||||
return {
|
||||
card: css`
|
||||
background: ${theme.colors.background.secondary};
|
||||
|
||||
Reference in New Issue
Block a user