@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
18 lines • 428 B
JavaScript
import styled from 'styled-components';
export const StyledSharingBar = styled.div`
cursor: pointer;
display: flex;
align-items: center;
width: fit-content;
`;
export const StyledSharingBarIconWrapper = styled.div``;
export const StyledSharingBarText = styled.p`
color: ${_ref => {
let {
theme
} = _ref;
return theme.text;
}};
margin: 0 0 0 5px;
`;
//# sourceMappingURL=SharingBar.styles.js.map