中风不适用于 React-Icons

Stroke not applied to React-Icons

笔划或文本没有应用反应图标

 <AiOutlineArrowLeft
              className="cursor-pointer text-xl text-orange-800 stroke-4"
              onClick={(e) => handleBurger(e)}
            />

这是因为 tailwind 仅定义了 stroke-0stroke-1stroke-2 类,而您定义了 stroke-4.

发现更多here