feat: add workspace details step

This commit is contained in:
Henry
2026-04-01 23:30:00 +01:00
parent abaf2badb0
commit 1e93d85318
4 changed files with 394 additions and 50 deletions

View File

@@ -88,7 +88,7 @@ const Input = forwardRef<HTMLInputElement, InputProps>(
</button>
)}
{iconRight && type !== "password" && (
<div className="absolute right-3 top-1/2 -translate-y-1/2">
<div className="absolute right-3 top-1/2 -translate-y-1/2 leading-[0]">
{iconRight}
</div>
)}