UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

15 lines 291 B
export const colors = { light: { primary: "#2c2c2c", disabled: "#B0BEC5", background: "#f3f3f4", ripple: "#bcbcbcbc" }, dark: { primary: "#fafafa", disabled: "#707070", background: "#2C2C2E", ripple: "#F8F8F888" } }; //# sourceMappingURL=colors.js.map