Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit b36d45d

Browse files
committed
Fixed color inaccuracy.
1 parent 37244b1 commit b36d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspace/SignsInternal/StudioWidgets/CustomTextLabel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function CustomTextLabelClass.new(nameSuffix, height)
1717
local frame = GuiUtilities.MakeFixedHeightFrame('TextLabel ' .. nameSuffix, height)
1818
frame.BorderSizePixel = 1
1919
frame.Size = UDim2.new(1, 0, 0, height)
20-
GuiUtilities.syncGuiElementBorderColor(frame)
20+
GuiUtilities.syncGuiElementShadowColor(frame)
2121

2222
local label = Instance.new('TextLabel')
2323
label.Text = "Preview"

0 commit comments

Comments
 (0)