feat: EnvironmentSelector Component

This commit is contained in:
Anoop M D
2022-03-13 13:18:15 +05:30
parent 44368851ed
commit 84e675dec4
7 changed files with 91 additions and 39 deletions

View File

@ -0,0 +1,10 @@
import styled from 'styled-components';
const Wrapper = styled.div`
.current-enviroment {
background: #efefef;
border-radius: 15px;
}
`;
export default Wrapper;