Skip to content

Commit df83f27

Browse files
committed
fix: small naming fix
1 parent eee8735 commit df83f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

color-import/src/my-command.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ const generateColorName = (theme, colorName) => {
110110
return `${theme}/${componentName}/bg/${extractedColor}-${state}`;
111111
} else if (color.includes("bg-transparent")) {
112112
if (color === "bg-transparent-full") {
113-
return `${theme}/${componentName}/bg-transparent/full-${state}`;
113+
return `${theme}/${componentName}/bg-transparent/01--full-${state}`;
114114
} else if (color === "bg-transparent-semi"){
115-
return `${theme}/${componentName}/bg-transparent/semi-${state}`;
115+
return `${theme}/${componentName}/bg-transparent/02--semi-${state}`;
116116
} else {
117117
return `${theme}/${componentName}/bg-transparent/${state}`;
118118
}

0 commit comments

Comments
 (0)