UNPKG

fui-fancyui

Version:
21 lines (20 loc) 675 B
import { styled as r } from "styled-components"; import { getColorsForComponent as t } from "../../../design/designFunctions/colorCalculatorForComponent/colorCalculatorForComponent.js"; const a = r.div` display: flex; flex-direction: column; align-items: center; ${({ theme: o, $themeType: i = "primary", $layer: e = 1 }) => t({ theme: o, $themeType: i, $layer: e })}; border-radius: ${({ theme: o }) => o.borderRadius.xl}; padding: 20px; width: 100%; box-sizing: border-box; `, p = r.div` width: 100%; padding-bottom: ${({ theme: o }) => `${o.spacing.xs}`}; box-sizing: border-box; `; export { a as DatePickerContainer, p as WrapperYearSelector };