@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
17 lines (16 loc) • 421 B
JavaScript
import styled from 'styled-components';
export const StyledHintText = styled.div`
border-width: 1px;
border-style: solid;
border-color: #9f5f00;
background-color: #fff3e0;
color: #222;
padding: 8px 12px;
border-radius: ${({
theme
}) => theme.cardBorderRadius}px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, ${({
theme
}) => theme.cardShadow});
`;
//# sourceMappingURL=HintText.styles.js.map