Skip to content

Commit

Permalink
fix: πŸš‘ lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Nov 24, 2024
1 parent e8f3d9a commit ce891a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/generator/clones/utils/cloneData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const getCloneData = (
name: getIconName(cloneOpts.name, base),
color: isDark(base)
? cloneOpts.color
: cloneOpts.lightColor ?? cloneOpts.color,
: (cloneOpts.lightColor ?? cloneOpts.color),
inConfigPath: `${folderPath}${subFolder}${basename(cloneIcon.path)}`,
base,
...cloneIcon,
Expand Down

0 comments on commit ce891a2

Please sign in to comment.