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

Commit 17fa733

Browse files
committed
Changed click color.
1 parent 2bbf61f commit 17fa733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspace/SignsInternal/StudioWidgets/CollapsibleTitledSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function CollapsibleTitledSectionClass:_updateButtonVisual()
192192
local kTitlebarPressedBackgroundColor = settings().Studio.Theme:GetColor(Enum.StudioStyleGuideColor.Button, Enum.StudioStyleGuideModifier.Pressed)
193193

194194
if (self._clicked) then
195-
self._titleBar.BackgroundColor3 = kTitlebarPressedBackgroundColor
195+
self._titleBar.BackgroundColor3 = kTitlebarHoverBackgroundColor
196196
elseif (self._hovered) then
197197
self._titleBar.BackgroundColor3 = kTitlebarHoverBackgroundColor
198198
else

0 commit comments

Comments
 (0)