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:
stellalc7
2021-07-30 22:25:55 -04:00
committed by GitHub
parent 5fd798afb7
commit 324ecb31fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
>

View File

@@ -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"
>