File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default function ComponentsGrid() {
55
55
Native
56
56
</ button >
57
57
< 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' } ` } >
59
59
< QRCodeSVG
60
60
value = "https://reactnativereusables.com/showcase/links/home-screen"
61
61
bgColor = { isDark ? 'black' : 'white' }
You can’t perform that action at this time.
0 commit comments