@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
22 lines (21 loc) • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledSharingBarText = exports.StyledSharingBarIconWrapper = exports.StyledSharingBar = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const StyledSharingBar = exports.StyledSharingBar = _styledComponents.default.div`
cursor: pointer;
display: flex;
align-items: center;
width: fit-content;
`;
const StyledSharingBarIconWrapper = exports.StyledSharingBarIconWrapper = _styledComponents.default.div``;
const StyledSharingBarText = exports.StyledSharingBarText = _styledComponents.default.p`
color: ${({
theme
}) => theme.text};
margin: 0 0 0 5px;
`;
//# sourceMappingURL=SharingBar.styles.js.map