Skip to content

Commit

Permalink
fix(tests): shadowing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Jul 7, 2023
1 parent d438c01 commit 15043d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup_spec.lua
Expand Up @@ -149,7 +149,7 @@ local configs = {
},
custom_highlights = function(colors)
local utils = require "catppuccin.utils.colors"
local tint = function(tint) return utils.blend(tint, colors.base, 0.2) end
local tint = function(color) return utils.blend(color, colors.base, 0.2) end

return {
--
Expand Down

0 comments on commit 15043d3

Please sign in to comment.