We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f92b50 commit 260cf87Copy full SHA for 260cf87
src/client/ui/components/primitive/group.tsx
@@ -30,6 +30,7 @@ const Group = forwardRef(({ Native, children }: Readonly<GroupProps>, ref: React
30
ref={ref}
31
{...Native}
32
AnchorPoint={AnchorPoint ?? new Vector2(0.5, 0.5)}
33
+ BackgroundTransparency={1}
34
Position={Position ?? new UDim2(0.5, 0, 0.5, 0)}
35
Size={Size ?? new UDim2(1, 0, 1, 0)}
36
>
0 commit comments