Provides a complimentary colour to a IColours colour name.
import { colourComplimentary } from '@ef-carbon/react-native-style'; colourComplimentary('red'); // 'green'
the colour name to provide the compliementary for
the compliementary colour name
Provides a complimentary colour to a IColours colour name.
import { colourComplimentary } from '@ef-carbon/react-native-style'; colourComplimentary('red'); // 'green'