Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: three button styles to tertiary #15978

Merged
merged 4 commits into from Jul 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -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"
>
Expand Down