mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
9704186017
commit
0e62c200dd
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user