backgroundColor: alpha()

in src/components/CreateItemAccordion/styles.ts [14:19]


        backgroundColor: alpha(theme.palette.primaryColor, 0.02),
      },

      '&:hover':
        !isExpanded && !disabled
          ? {