chore: update save button style (#1542)

This commit is contained in:
boojack
2023-04-16 15:47:01 +08:00
committed by GitHub
parent 73b8d1dd99
commit 5f8aae69e4
3 changed files with 6 additions and 2 deletions

View File

@ -137,7 +137,7 @@
}
> .confirm-btn {
@apply border-none select-none rounded flex flex-row justify-center items-center shadow cursor-pointer px-3 py-0 leading-8 bg-green-600 text-white text-sm hover:opacity-80 disabled:cursor-not-allowed disabled:opacity-60;
@apply border-none select-none rounded-full flex flex-row justify-center items-center shadow cursor-pointer px-4 py-0 leading-8 bg-green-600 text-white text-sm hover:opacity-80 disabled:cursor-not-allowed disabled:opacity-60;
}
}
}