mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
ui update (#879)
* caravel ui update * make headings bold on /explore * bump back pagination color
This commit is contained in:
@@ -13,7 +13,7 @@ export default function QueryAndSaveBtns({ canAdd, onQuery }) {
|
||||
|
||||
return (
|
||||
<div className="btn-group query-and-save">
|
||||
<button type="button" className="btn btn-primary" onClick={onQuery}>
|
||||
<button type="button" className="btn btn-default" onClick={onQuery}>
|
||||
<i className="fa fa-bolt"></i>Query
|
||||
</button>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user