@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
9 lines • 312 B
JavaScript
export const getBorder = ({
theme
}) => `${theme.orbit.borderWidthCard} ${theme.orbit.borderStyleCard} ${theme.orbit.borderColorCard}`;
export const getBorderRadius = ({
theme
}) => `${theme.orbit.borderRadiusNormal}`;
export const getBorderRadiusMobile = ({
theme
}) => `${theme.orbit.borderRadiusLarge}`;