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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/components/SettingsPage/CleanButton.js
|
@ -51,7 +51,6 @@ class CleanButton extends PureComponent<Props, State> { |
|
|
|
|
|
|
|
|
<ConfirmModal |
|
|
<ConfirmModal |
|
|
analyticsName="CleanCache" |
|
|
analyticsName="CleanCache" |
|
|
isDanger |
|
|
|
|
|
isOpened={opened} |
|
|
isOpened={opened} |
|
|
onClose={this.close} |
|
|
onClose={this.close} |
|
|
onReject={this.close} |
|
|
onReject={this.close} |
|
|