themeVars.js 516 B

12345678910111213141516
  1. export const themeVars = {
  2. primaryColor: "#FD9A00",
  3. buttonPrimaryBackground: "#FF9300",
  4. buttonPrimaryBackground: "#FF9300",
  5. buttonPrimaryBorderColor: "#FF9300",
  6. searchPadding: "0px",
  7. dividerLineHeight: "1px",
  8. dividerContentPadding: "0",
  9. dividerMargin: "0",
  10. dividerVerticalMargin: "0",
  11. dropdownMenuTitleActiveTextColor: "#ff9300",
  12. treeSelectItemActiveColor: "#ff9300",
  13. sidebarSelectedBorderColor: "#ff9300",
  14. pickerConfirmActionColor: "#ff9300",
  15. dropdownMenuOptionActiveColor: "ff9300",
  16. };