Skip to content

Commit a8422e7

Browse files
committed
rounded-md
1 parent 82bd3d3 commit a8422e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/modal/OnboardingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function CreateOrganizationContent({
167167
type="text"
168168
name="Enter a name for your organization"
169169
id="Name"
170-
className="bg-sarge-gray-50 text-sarge-gray-800 placeholder:text-sarge-gray-500 border-sarge-gray-200 h-[44px] rounded-lg border px-3 py-1"
170+
className="bg-sarge-gray-50 text-sarge-gray-800 placeholder:text-sarge-gray-500 border-sarge-gray-200 h-[44px] rounded-md border px-3 py-1"
171171
placeholder="Enter a name for your organization"
172172
value={organizationName}
173173
onChange={(e) => setOrganizationName(e.target.value)}

0 commit comments

Comments
 (0)