Browse Source

Merge pull request #1286 from amougel/fix/1273

Changes confirm button color for clearing cache
master
amougel 7 years ago
committed by GitHub
parent
commit
751e616434
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/SettingsPage/CleanButton.js

1
src/components/SettingsPage/CleanButton.js

@ -51,7 +51,6 @@ class CleanButton extends PureComponent<Props, State> {
<ConfirmModal
analyticsName="CleanCache"
isDanger
isOpened={opened}
onClose={this.close}
onReject={this.close}

Loading…
Cancel
Save