@chayns-components/gallery
Version:
A set of beautiful React components for developing your own applications with chayns.
16 lines • 396 B
JavaScript
import styled from 'styled-components';
export const StyledAddFile = styled.div`
position: relative;
`;
export const StyledAddFIleIconWrapper = styled.button`
background-color: ${({
theme
}) => theme['101']};
box-shadow: 0 0 0 1px
rgba(${({
theme
}) => theme['009-rgb']}, 0.08) inset;
width: 100%;
aspect-ratio: 1 / 1;
`;
//# sourceMappingURL=AddFile.styles.js.map