Skip to content

Commit a76db27

Browse files
committed
fix(docs): landing native popover border
1 parent 8659655 commit a76db27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/app/(home)/ComponentsGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function ComponentsGrid() {
5555
Native
5656
</button>
5757
<div
58-
className={`absolute left-0 top-10 z-20 flex max-w-sm flex-col items-center gap-6 rounded-lg border-b border-r border-dashed bg-white p-4 shadow-xl duration-100 dark:bg-black ${nativePreview ? 'translate-y-0 opacity-100 blur-0' : 'pointer-events-none -translate-y-2 opacity-0 blur-md'}`}>
58+
className={`absolute left-0 top-10 z-20 flex max-w-sm flex-col items-center gap-6 rounded-lg border border-dashed bg-white p-4 shadow-xl duration-100 dark:bg-black ${nativePreview ? 'translate-y-0 opacity-100 blur-0' : 'pointer-events-none -translate-y-2 opacity-0 blur-md'}`}>
5959
<QRCodeSVG
6060
value="https://reactnativereusables.com/showcase/links/home-screen"
6161
bgColor={isDark ? 'black' : 'white'}

0 commit comments

Comments
 (0)