Skip to content

Commit c092059

Browse files
Tighter and thiner hatched background pattern
1 parent 8e33495 commit c092059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/components/ui/placeholder-pattern.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export function PlaceholderPattern({ className }: PlaceholderPatternProps) {
1010
return (
1111
<svg className={className} fill="none">
1212
<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>
13+
<pattern id={patternId} x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
14+
<path d="M-1 5L5 -1M3 9L8.5 3.5" stroke-width="0.5"></path>
1515
</pattern>
1616
</defs>
1717
<rect stroke="none" fill={`url(#${patternId})`} width="100%" height="100%"></rect>

0 commit comments

Comments
 (0)