Show 'checkmark' icon when saved in editor
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
import { keyframes } from 'styled-components';
|
||||
|
||||
export const modalFadeIn = keyframes`
|
||||
export const fadeAndScaleIn = keyframes`
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(.98);
|
||||
|
Reference in New Issue
Block a user