UNPKG

react-native-keyboard-controller

Version:

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

17 lines (15 loc) 336 B
import type { KeyboardToolbarTheme } from "./types"; export const colors: KeyboardToolbarTheme = { light: { primary: "#2c2c2c", disabled: "#B0BEC5", background: "#f3f3f4", ripple: "#bcbcbcbc", }, dark: { primary: "#fafafa", disabled: "#707070", background: "#2C2C2E", ripple: "#F8F8F888", }, };