Fixes ui inconsistency in query panel (#1909)

This commit is contained in:
Angelo Geant Gaviola 2022-01-24 12:02:30 +08:00 committed by GitHub
parent a4d7b9bb7e
commit 0e5be486f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1053,7 +1053,7 @@ class Editor extends React.Component {
<center>
<span className="text-muted">{dataQueriesDefaultText}</span> <br />
<button
className="btn btn-sm btn-outline-azure mt-3"
className="btn font-500 color-primary btn-sm mt-3"
onClick={() =>
this.setState({ selectedQuery: {}, editingQuery: false, addingQuery: true })
}