mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:02:20 +08:00
Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531)
* Began text theme refactoring * Consolidating blue varaibles * Theme: Typography overhaul and theme cleanup * Theme updates, alignment and fixes * Updated snapshots * Restored template variable class * Updates * added container * Updated snapshot
This commit is contained in:
@ -58,8 +58,8 @@ const getPropertiesForVariant = (theme: GrafanaTheme, variant: ButtonVariant) =>
|
||||
case 'primary':
|
||||
default:
|
||||
return {
|
||||
borderColor: theme.palette.blueShade,
|
||||
background: buttonVariantStyles(theme.palette.blueBase, theme.palette.blueShade, theme.palette.white),
|
||||
borderColor: theme.colors.bgBlue1,
|
||||
background: buttonVariantStyles(theme.colors.bgBlue1, theme.colors.bgBlue2, theme.palette.white),
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user