mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
parent
f5f5c56267
commit
a1be413924
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue