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) 291 B
import { TOKENS } from "../consts"; import getAlertButtonTypeToken from "./getAlertButtonTypeToken"; const getAlertButtonIconForeground = ({ theme, type }) => ({ foreground: getAlertButtonTypeToken(TOKENS.colorTextButton, type, theme) }); export default getAlertButtonIconForeground;