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

Commit b894a19

Browse files
committed
Fix hover color
Signed-off-by: RyanLua <[email protected]>
1 parent dd8f1fd commit b894a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Signs/StudioWidgets/HorizontalTabBar.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ function HorizontalTabClass:AddTab(suffix: string, name: string)
118118
tabButton.Size = UDim2.new(1, 0, 0, 27)
119119
tabButton.Font = GuiUtilities.kDefaultFontFace
120120
tabButton.TextSize = GuiUtilities.kDefaultFontSize
121+
tabButton.AutoButtonColor = false
121122
tabButton.Text = name
122123
tabButton.Parent = self._titlebar
123124
GuiUtilities.syncGuiElementFontColor(tabButton)

0 commit comments

Comments
 (0)