Skip to content

Commit 79ed260

Browse files
author
LocalIdentity
committed
Fix Import button text colour
1 parent 978c275 commit 79ed260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/ImportTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can get this from your web browser's cookies while logged into the Path of E
151151
self.controls.charSelect.enabled = function()
152152
return self.charImportMode == "SELECTCHAR"
153153
end
154-
self.controls.charImportHeader = new("LabelControl", {"TOPLEFT",self.controls.charSelect,"BOTTOMLEFT"}, {0, 16, 200, 16}, "Import:")
154+
self.controls.charImportHeader = new("LabelControl", {"TOPLEFT",self.controls.charSelect,"BOTTOMLEFT"}, {0, 16, 200, 16}, "^7Import:")
155155
self.controls.charImportTree = new("ButtonControl", {"LEFT",self.controls.charImportHeader, "RIGHT"}, {8, 0, 170, 20}, "Passive Tree and Jewels", function()
156156
if self.build.spec:CountAllocNodes() > 0 then
157157
main:OpenConfirmPopup("Character Import", "Importing the passive tree will overwrite your current tree.", "Import", function()

0 commit comments

Comments
 (0)