@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
23 lines (22 loc) • 493 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: ${_ref => {
let {
theme
} = _ref;
return theme.cardBorderRadius;
}}px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, ${_ref2 => {
let {
theme
} = _ref2;
return theme.cardShadow;
}});
`;
//# sourceMappingURL=HintText.styles.js.map