mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
@@ -87,7 +87,7 @@ export class TeamGroupSync extends PureComponent<Props, State> {
|
||||
<div className="page-action-bar__spacer" />
|
||||
{groups.length > 0 && (
|
||||
<button className="btn btn-primary pull-right" onClick={this.onToggleAdding}>
|
||||
<Icon name="plus-circle" /> Add group
|
||||
<Icon name="plus" /> Add group
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -109,7 +109,7 @@ exports[`Render should render groups table 1`] = `
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Icon
|
||||
name="plus-circle"
|
||||
name="plus"
|
||||
/>
|
||||
Add group
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user