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"
closeButton={true}
>
<Button variant="success" size="sm">
<Button fill="outline" variant="secondary" size="sm">
No
</Button>
</Toggletip>