Merge pull request #296 from Its-treason/bugfix/modal-text-color

fix: Color in environment delete modal
This commit is contained in:
Anoop M D 2023-10-03 04:36:21 +05:30 committed by GitHub
commit 712319ff34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
import styled from 'styled-components';
const Wrapper = styled.div`
color: ${(props) => props.theme.text};
&.modal--animate-out {
animation: fade-out 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);