Skip to content

Commit

Permalink
Merge pull request #81 from fold-dev/fix-core-spacing
Browse files Browse the repository at this point in the history
fix: make gap between Core component columns uniform
  • Loading branch information
joduplessis authored Jun 8, 2024
2 parents 9fd30a2 + 6d43835 commit e7393e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.8.0",
"version": "24.6.8.1",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
5 changes: 3 additions & 2 deletions src/components/core.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ const All = () => {
<View
column
gap="1rem"
flex={1.25}>
flex={1}>
<Menu
width="100%"
zIndex="0"
Expand Down Expand Up @@ -1084,7 +1084,7 @@ const All = () => {
<View
column
gap="1rem"
flex={1}>
width={250}>
<Dropdown />
<Picker />
</View>
Expand All @@ -1105,6 +1105,7 @@ const All = () => {
<Option>Inter</Option>
<Option>DM Sans</Option>
</Options>

<Card
p="0rem 1rem"
width="100%"
Expand Down

0 comments on commit e7393e8

Please sign in to comment.