Skip to content

Commit

Permalink
fix(clerk-js): Fix border issue for invitation previews in Organizati…
Browse files Browse the repository at this point in the history
…onList (#2789)
  • Loading branch information
anagstef authored Feb 13, 2024
1 parent fc23339 commit 4373d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/six-walls-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ export const PreviewListItem = (
align='center'
gap={2}
sx={[
{
t => ({
minHeight: 'unset',
justifyContent: 'space-between',
},
borderTop: `${t.borders.$normal} ${t.colors.$neutralAlpha100}`,
}),
sharedStyles,
]}
elementDescriptor={descriptors.organizationListPreviewItem}
Expand Down

0 comments on commit 4373d08

Please sign in to comment.