mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
Merge pull request #296 from Its-treason/bugfix/modal-text-color
fix: Color in environment delete modal
This commit is contained in:
commit
712319ff34
@ -1,6 +1,8 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
|
color: ${(props) => props.theme.text};
|
||||||
|
|
||||||
&.modal--animate-out {
|
&.modal--animate-out {
|
||||||
animation: fade-out 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
|
animation: fade-out 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user