feat: show current env vars

This commit is contained in:
Anoop M D
2023-01-27 03:24:21 +05:30
parent a45628dd85
commit 4a403a253e
15 changed files with 213 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
import styled from 'styled-components';
const StyledWrapper = styled.div`
.variable-name {
color: ${(props) => props.theme.variables.name.color};
}
`
export default StyledWrapper;