refactor: more tailwind

This commit is contained in:
Tristan Yang
2023-02-07 09:25:05 +08:00
parent 07ddfbf12b
commit c5669f8bc4
48 changed files with 447 additions and 1314 deletions
@@ -57,7 +57,7 @@ const IssuerList: FC<Props> = ({ issuers = [], onChange }) => {
</div>
<div className="w-14 flex justify-end">
<Toggle
data-checked={enable}
checked={enable}
onClick={() => {
onChange(
issuers.map((issuer) => ({