refine setting layout

This commit is contained in:
ecwu
2024-07-17 11:25:09 +08:00
parent 415fb934ae
commit c2c17e5956
7 changed files with 545 additions and 563 deletions

View File

@@ -17,7 +17,7 @@ export function SetAPIsTemplate({
}: Props) {
return (
<button
className="p-1 m-1 rounded bg-blue-300"
className="btn btn-primary btn-sm"
onClick={() => {
const name = prompt(`Give this **${label}** template a name:`);
if (!name) {