Skip to content

Commit

Permalink
fix: Fix color exchange for new color (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuh committed Feb 2, 2024
1 parent b5e45ac commit ef1f515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SRC_DIR = path.join(basedir, "src/raw");
const DIST_DIR = path.join(basedir, "dist/icons");

// these are the only colors we will replace to currentColor
const magicColors = ['#9ba8ba', '#71717a', '#767676', '#0063fb', '#d91f0a', '#d5840b', '#059e6f', '#0386bf', '#6f7d90'].map(v => v.toLowerCase())
const magicColors = ['#3f3f46', '#9ba8ba', '#71717a', '#767676', '#0063fb', '#d91f0a', '#d5840b', '#059e6f', '#0386bf', '#6f7d90'].map(v => v.toLowerCase())
const colorProps = [
'color',
'fill',
Expand Down

0 comments on commit ef1f515

Please sign in to comment.