Update QuerySuggestionItem.tsx (#86950)

* Update QuerySuggestionItem.tsx

Adjusts the styling of the "no" button in the explainer feedback section to a standard secondary variant instead of the success styling

* run prettier for drone

---------

Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
This commit is contained in:
Staton Hysell 2024-06-06 10:17:01 -04:00 committed by GitHub
parent 9704186017
commit 0e62c200dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,7 +243,7 @@ export function QuerySuggestionItem(props: Props) {
placement="bottom-end" placement="bottom-end"
closeButton={true} closeButton={true}
> >
<Button variant="success" size="sm"> <Button fill="outline" variant="secondary" size="sm">
No No
</Button> </Button>
</Toggletip> </Toggletip>