Skip to content

Commit

Permalink
add accessibility labels
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Nov 27, 2023
1 parent 1291d01 commit cc4b8aa
Show file tree
Hide file tree
Showing 8 changed files with 6,333 additions and 2,243 deletions.
2 changes: 1 addition & 1 deletion apps/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"fork-ts-checker-webpack-plugin": "^8.0.0",
"react-docgen-typescript-plugin": "^1.0.5",
"remark-gfm": "^3.0.1",
"storybook": "^7.0.20",
"storybook": "^7.5.3",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/design-system/src/components/Form/Field.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default meta

export const Default = () => (
<Form>
<Field className="grow" label="Schema Registry Vendor" name={"vendor"}>
<Field className="grow" label="Schema Registry Vendor" name="vendor">
<TextInput value="Confluent" placeholder="" />
</Field>
</Form>
Expand Down
Loading

0 comments on commit cc4b8aa

Please sign in to comment.