mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-10 00:49:53 +02:00
feat: EnvironmentSelector Component
This commit is contained in:
10
renderer/components/EnvironmentSelector/StyledWrapper.js
Normal file
10
renderer/components/EnvironmentSelector/StyledWrapper.js
Normal file
@ -0,0 +1,10 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
.current-enviroment {
|
||||
background: #efefef;
|
||||
border-radius: 15px;
|
||||
}
|
||||
`;
|
||||
|
||||
export default Wrapper;
|
Reference in New Issue
Block a user