We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e33495 commit c092059Copy full SHA for c092059
resources/js/components/ui/placeholder-pattern.tsx
@@ -10,8 +10,8 @@ export function PlaceholderPattern({ className }: PlaceholderPatternProps) {
10
return (
11
<svg className={className} fill="none">
12
<defs>
13
- <pattern id={patternId} x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
14
- <path d="M-3 13 15-5M-5 5l18-18M-1 21 17 3"></path>
+ <pattern id={patternId} x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
+ <path d="M-1 5L5 -1M3 9L8.5 3.5" stroke-width="0.5"></path>
15
</pattern>
16
</defs>
17
<rect stroke="none" fill={`url(#${patternId})`} width="100%" height="100%"></rect>
0 commit comments