[v10.0.x] Dashboard: Change add panel button to fill to remove outline border (#68017)
Dashboard: Change add panel button to fill to remove outline border (#68004)
(cherry picked from commit 5155455c55)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
co-authored by
Torkel Ödegaard
parent
1ee2c97951
commit
340d5a5080
@@ -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')}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user