mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
parent
f5f5c56267
commit
a1be413924
@ -5,6 +5,7 @@ import {useContext, useState} from 'react';
|
||||
import Switch from '../common/Switch';
|
||||
import {getSiteNewsletters} from '../../utils/helpers';
|
||||
import ActionButton from '../common/ActionButton';
|
||||
import {ReactComponent as CheckmarkIcon} from '../../images/icons/checkmark-circle.svg';
|
||||
|
||||
const React = require('react');
|
||||
|
||||
@ -25,8 +26,8 @@ function SuccessIcon({show}) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div style={{marginRight: '4px'}}>
|
||||
✅
|
||||
<div style={{marginRight: '8px', display: 'flex', transition: 'all ease 1s'}}>
|
||||
<CheckmarkIcon className='gh-portal-checkmark-icon' alt='' style={{height: '24px', color: '#30cf43'}} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user