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

Commit 385ba92

Browse files
committed
Changed selection color to match UI.
1 parent fe0c76d commit 385ba92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignsInternal/StudioWidgets/LabeledTextInput.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ end
170170
function LabeledTextInputClass:_UpdateVisualState()
171171
if self._selected then
172172
self._textBoxBorder.ImageColor3 = settings().Studio.Theme:GetColor(
173-
Enum.StudioStyleGuideColor.InputFieldBorder,
173+
Enum.StudioStyleGuideColor.CheckedFieldBackground,
174174
Enum.StudioStyleGuideModifier.Selected
175175
)
176176
self._textBoxBackground.ImageColor3 = settings().Studio.Theme:GetColor(

0 commit comments

Comments
 (0)