Skip to content

Commit 260cf87

Browse files
fix(ui): missing background transparency prop
1 parent 7f92b50 commit 260cf87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/ui/components/primitive/group.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const Group = forwardRef(({ Native, children }: Readonly<GroupProps>, ref: React
3030
ref={ref}
3131
{...Native}
3232
AnchorPoint={AnchorPoint ?? new Vector2(0.5, 0.5)}
33+
BackgroundTransparency={1}
3334
Position={Position ?? new UDim2(0.5, 0, 0.5, 0)}
3435
Size={Size ?? new UDim2(1, 0, 1, 0)}
3536
>

0 commit comments

Comments
 (0)