Skip to content

Commit

Permalink
web: Up @dolthub/react-components
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Mar 12, 2024
1 parent 3457ee2 commit 2af59b3
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 15 deletions.
4 changes: 2 additions & 2 deletions web/components/EditCellInput/Input.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSObjectWithLabel, FormSelect } from "@dolthub/react-components";
import { FormSelect } from "@dolthub/react-components";
import { splitEnumOptions } from "@lib/dataTable";
import cx from "classnames";
import css from "./index.module.css";
Expand Down Expand Up @@ -50,7 +50,7 @@ export default function Input(props: Props) {
customStyles={s => {
return {
...s,
singleValue: (styles: CSSObjectWithLabel) => {
singleValue: styles => {
return { ...styles, marginBottom: "6px" };
},
};
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@dolthub/react-components": "^0.1.8",
"@dolthub/react-components": "^0.1.9",
"@dolthub/react-contexts": "^0.1.0",
"@dolthub/react-hooks": "^0.1.6",
"@dolthub/web-utils": "^0.1.2",
Expand Down
Loading

0 comments on commit 2af59b3

Please sign in to comment.