Skip to content

Commit

Permalink
feat: update perks programe skin
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Aug 12, 2024
1 parent 15ff4d8 commit dfdc914
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Modules/Skins/Blizzard/PerksProgram.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,22 @@ function S:Blizzard_PerksProgram()

self:CreateShadow(products.ProductsScrollBoxContainer)
self:CreateShadow(products.PerksProgramProductDetailsContainerFrame)
self:CreateShadow(products.PerksProgramFilter)
end

local footer = frame.FooterFrame
if footer then
self:CreateShadow(footer.TogglePlayerPreview)
if footer.TogglePlayerPreview.shadow then
footer.TogglePlayerPreview.shadow:SetAllPoints()

for _, button in pairs({
footer.TogglePlayerPreview,
footer.ToggleMountSpecial,
}) do
self:CreateShadow(button)
if button.shadow then
button.shadow:SetAllPoints()
end

F.SetFontOutline(button.Text)
end

self:CreateBackdropShadow(footer.RotateButtonContainer.RotateLeftButton)
Expand Down

0 comments on commit dfdc914

Please sign in to comment.