Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit db6230a

Browse files
fix: border position
1 parent c8bc0e2 commit db6230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/SnippetResults/SnippetResultsListItemLoading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function SnippetResultsListItemLoading() {
77
flexDirection="column"
88
p="space_16"
99
gridGap="space_8"
10-
border="1px"
10+
borderBottom="1px"
1111
borderColor="neutral.50"
1212
bg="neutral.0"
1313
_dark={{ bg: 'neutral.100', borderColor: 'base.onyx' }}

0 commit comments

Comments
 (0)