import { getColorsDefaults } from '../../utils/colors' export const colors = { inputFontColor: '', customInputFontColor: '', inputFontColorFocus: '', customInputFontColorFocus: '', inputIconColor: '', customInputIconColor: '', inputIconColorFocus: '', customInputIconColorFocus: '', inputBorderColor: '', customInputBorderColor: '', inputBorderColorFocus: '', customInputBorderColorFocus: '', inputBackgroundColor: '', customInputBackgroundColor: '', inputBackgroundColorFocus: '', customInputBackgroundColorFocus: '', buttonBackgroundColor: '', customButtonBackgroundColor: '', buttonBackgroundColorHover: '', customButtonBackgroundColorHover: '', dropdownTextInitialColor: '', customDropdownTextInitialColor: '', dropdownTextHoverColor: '', customDropdownTextHoverColor: '', dropdownBackgroundColor: '', customDropdownBackgroundColor: '', shadowColor: '', customShadowColor: '', } export const colorsDefaults = getColorsDefaults(colors)