Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jun 8, 2024
1 parent c9b3464 commit 6d43835
Showing 1 changed file with 3 additions and 2 deletions.
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 6d43835

Please sign in to comment.