UNPKG

@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.

11 lines (9 loc) 290 B
import { TOKENS } from "../consts"; import getSocialButtonTypeToken from "./getSocialButtonTypeToken"; const getSocialButtonIconForeground = ({ theme, type }) => ({ foreground: getSocialButtonTypeToken(TOKENS.iconColor, type, theme) }); export default getSocialButtonIconForeground;