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:
parent
7a916962f2
commit
5155455c55
@ -27,7 +27,7 @@ export const AddPanelButton = ({ dashboard }: Props) => {
|
||||
<Button
|
||||
icon="panel-add"
|
||||
size="lg"
|
||||
fill="outline"
|
||||
fill="text"
|
||||
className={cx(styles.button, styles.buttonIcon, styles.buttonText)}
|
||||
data-testid={selectors.components.PageToolbar.itemButton('Add panel button')}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user