1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-07-15 11:45:32 +02:00

Merge pull request 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

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