We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e71a1 commit 2b6c40eCopy full SHA for 2b6c40e
src/Components/Window.lua
@@ -793,8 +793,8 @@ return function(Config)
793
Glow.UIGradient.Color = OpenButtonModule.Color
794
end
795
796
- OpenButton.UICorner.CornerRadius = OpenButtonConfig.CornerRadius
797
- OpenButton.UIStroke.Thickness = OpenButtonConfig.StrokeThickness
+ OpenButton.UICorner.CornerRadius = OpenButtonModule.CornerRadius
+ OpenButton.UIStroke.Thickness = OpenButtonModule.StrokeThickness
798
799
800
0 commit comments