Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
fix(docs): use the new field export
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset committed May 24, 2024
1 parent e2934d5 commit 50f06cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/environment-generator/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TextComponent = ({
return (
<>
<Text size="2">{label}</Text>
<TextField.Input
<TextField.Root
radius="large"
variant="surface"
type={type}
Expand Down

0 comments on commit 50f06cc

Please sign in to comment.