Skip to content

Commit

Permalink
fix brightness & saturation clear
Browse files Browse the repository at this point in the history
  • Loading branch information
UshkalovBanuba committed Nov 14, 2023
1 parent 835fcee commit 3640dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
features.push({
group: "Lipstick",
name: parameter.title,
clear: () => lipstickParams.reset(parameter.name),
clear: () => lipstickParams.reset(name),
})
}
}
Expand Down

0 comments on commit 3640dea

Please sign in to comment.