Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 28, 2024
1 parent 2a10973 commit d763ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/themeColors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const themeColors: MyColorPlugin<OhColorFactory> = (_, c, cf) => {
const proto = c.prototype as OhColorClass;
const getRGB = proto.rgba;
proto.themeColors = function (variants = _variants) {
const [r,g,b] = getRGB.bind(this)();
const [r, g, b] = getRGB.bind(this)();
const colors: Record<string, string> = {};
const components = parseColor(`${r},${g},${b}`);

Expand Down

0 comments on commit d763ac0

Please sign in to comment.