12345678910111213141516 |
- export const themeVars = {
- primaryColor: "#FD9A00",
- buttonPrimaryBackground: "#FF9300",
- buttonPrimaryBackground: "#FF9300",
- buttonPrimaryBorderColor: "#FF9300",
- searchPadding: "0px",
- dividerLineHeight: "1px",
- dividerContentPadding: "0",
- dividerMargin: "0",
- dividerVerticalMargin: "0",
- dropdownMenuTitleActiveTextColor: "#ff9300",
- treeSelectItemActiveColor: "#ff9300",
- sidebarSelectedBorderColor: "#ff9300",
- pickerConfirmActionColor: "#ff9300",
- dropdownMenuOptionActiveColor: "ff9300",
- };
|