0
Fork 0
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:
Peter Zimon 2020-09-28 15:38:11 +02:00
parent a247d54dd9
commit db9a34cef7

View file

@ -61,10 +61,6 @@ const Styles = ({brandColor, retry, disabled, style = {}, isPrimary}) => {
let opacity = '1.0';
let pointerEvents = 'auto';
if (retry) {
backgroundColor = '#f02525';
}
if (disabled) {
opacity = '0.5';
pointerEvents = 'none';