mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Change add panel button to fill to remove outline border (#68004)
This commit is contained in:
@@ -27,7 +27,7 @@ export const AddPanelButton = ({ dashboard }: Props) => {
|
|||||||
<Button
|
<Button
|
||||||
icon="panel-add"
|
icon="panel-add"
|
||||||
size="lg"
|
size="lg"
|
||||||
fill="outline"
|
fill="text"
|
||||||
className={cx(styles.button, styles.buttonIcon, styles.buttonText)}
|
className={cx(styles.button, styles.buttonIcon, styles.buttonText)}
|
||||||
data-testid={selectors.components.PageToolbar.itemButton('Add panel button')}
|
data-testid={selectors.components.PageToolbar.itemButton('Add panel button')}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user