We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bd3d3 commit a8422e7Copy full SHA for a8422e7
1 file changed
src/lib/components/modal/OnboardingModal.tsx
@@ -167,7 +167,7 @@ function CreateOrganizationContent({
167
type="text"
168
name="Enter a name for your organization"
169
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"
+ 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"
171
placeholder="Enter a name for your organization"
172
value={organizationName}
173
onChange={(e) => setOrganizationName(e.target.value)}
0 commit comments