Skip to content

Commit

Permalink
refactor: activate feature COLORS_CHROMA_SHIFTING in config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 5, 2024
1 parent cc3b901 commit 77124ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const features: Array<Feature> = [
{
name: 'COLORS_CHROMA_SHIFTING',
description: 'Source color chroma shifting number',
isActive: false,
isActive: true,
isPro: true,
isNew: false,
type: 'ACTION',
Expand Down

0 comments on commit 77124ab

Please sign in to comment.