Dashboard: Change add panel button to fill to remove outline border (#68004)

This commit is contained in:
Torkel Ödegaard 2023-05-08 16:56:06 +02:00 committed by GitHub
parent 7a916962f2
commit 5155455c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')}
>