Skip to content

Commit

Permalink
More compact params for share
Browse files Browse the repository at this point in the history
  • Loading branch information
Billiam authored and sgenoud committed Jan 8, 2024
1 parent 2c8bc6a commit 6e0c241
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/studio/src/components/StandardUI.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ const AutoConfig = ({ updateParams, defaultParams, hidden }) => {
elevation3: "var(--color-primary)", // bg color of the inputs

highlight1: "white",
highlight2: "var(--color-primary-light)",
highlight2: "var(--color-secondary-light)",
highlight3: "lightgrey",
},
sizes: {
rootWidth: "250px",
controlWidth: "80px"
}
}}
/>
);
Expand Down

0 comments on commit 6e0c241

Please sign in to comment.