fix: Color in environment delete modal

This commit is contained in:
Its-treason 2023-10-03 00:48:49 +02:00
parent 55315b5b88
commit 7a80247fc5

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);