mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-20 19:58:10 +02:00
fix: Color in environment delete modal
This commit is contained in:
parent
55315b5b88
commit
7a80247fc5
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user