Skip to content

Commit

Permalink
fix: three button styles to tertiary (apache#15978)
Browse files Browse the repository at this point in the history
* changed margin right on warning icon to 8px

* fixed to grid units from pixels

* Changed three buttons styles to tertiary
  • Loading branch information
stellalc7 authored and cccs-RyanS committed Dec 17, 2021
1 parent 32134fe commit db3b8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/src/CRUD/CollectionTable.tsx
Expand Up @@ -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"
>
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/src/datasource/DatasourceEditor.jsx
Expand Up @@ -1089,7 +1089,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"
>
Expand Down

0 comments on commit db3b8f7

Please sign in to comment.