react-tailwindcss-select icon indicating copy to clipboard operation
react-tailwindcss-select copied to clipboard

Main background colour

Open BenjaminIrwin opened this issue 11 months ago • 2 comments

Love this, great work. Is there a way to change the background colour of the component? Mine is always white, even with the following classnames:

            classNames={{
              menu: "absolute z-10 w-full bg-black shadow-lg border rounded py-1 mt-1.5 text-sm text-gray-700",
              searchContainer: "bg-black",
              searchBox: "bg-black",
          }} 
image

BenjaminIrwin avatar Jul 24 '23 11:07 BenjaminIrwin