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:
co-authored by
Brendan O'Handley
parent
9704186017
commit
0e62c200dd
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user