Skip to content

Commit

Permalink
improvement(unitframe): lower the transparency of gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Nov 30, 2022
1 parent 030936d commit 5d34b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/unitframe/elements/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function UNITFRAME.PostUpdateHealth(element, unit, cur, max)
end
if color then
if useOverlay then
element:GetStatusBarTexture():SetGradient('VERTICAL', CreateColor(color[1], color[2], color[3], 0.65), endColor)
element:GetStatusBarTexture():SetGradient('VERTICAL', CreateColor(color[1], color[2], color[3], 0.45), endColor)
end

if useClassColor then
Expand Down

0 comments on commit 5d34b3b

Please sign in to comment.