mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: three button styles to tertiary (#15978)
* changed margin right on warning icon to 8px * fixed to grid units from pixels * Changed three buttons styles to tertiary
This commit is contained in:
@@ -417,7 +417,7 @@ export default class CRUDCollection extends React.PureComponent<
|
||||
<span className="m-t-10 m-r-10">
|
||||
<Button
|
||||
buttonSize="small"
|
||||
buttonStyle="primary"
|
||||
buttonStyle="tertiary"
|
||||
onClick={this.onAddItem}
|
||||
data-test="add-item-button"
|
||||
>
|
||||
|
||||
@@ -1078,7 +1078,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
<span className="m-t-10 m-r-10">
|
||||
<Button
|
||||
buttonSize="small"
|
||||
buttonStyle="primary"
|
||||
buttonStyle="tertiary"
|
||||
onClick={this.syncMetadata}
|
||||
className="sync-from-source"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user