mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated background color of retry button
This commit is contained in:
parent
a247d54dd9
commit
db9a34cef7
1 changed files with 0 additions and 4 deletions
|
@ -61,10 +61,6 @@ const Styles = ({brandColor, retry, disabled, style = {}, isPrimary}) => {
|
||||||
let opacity = '1.0';
|
let opacity = '1.0';
|
||||||
let pointerEvents = 'auto';
|
let pointerEvents = 'auto';
|
||||||
|
|
||||||
if (retry) {
|
|
||||||
backgroundColor = '#f02525';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (disabled) {
|
if (disabled) {
|
||||||
opacity = '0.5';
|
opacity = '0.5';
|
||||||
pointerEvents = 'none';
|
pointerEvents = 'none';
|
||||||
|
|
Loading…
Add table
Reference in a new issue