UNPKG

@chayns-components/date

Version:

A set of beautiful React components for developing your own applications with chayns.

24 lines (22 loc) 695 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledHintText = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const StyledHintText = exports.StyledHintText = _styledComponents.default.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