【发布时间】:2022-04-06 03:10:27
【问题描述】:
我需要你们帮助如何更改单选按钮的 BG 颜色,这是我的代码。<input type="radio" className="form-radio h-6 w-6 checked:bg-white text-green-500 p-3 my-4" name="radio" value="1" />
输出仍然与默认单选按钮相同。 enter image description here
【问题讨论】:
标签: css tailwind-css