Skip to content

Commit

Permalink
fix(imago): use transparent black as default extend() bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 29, 2024
1 parent 2fc4334 commit d5a98ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/imago/src/ops/extend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const extendProc: Processor = async (spec, input, ctx) => {
right,
top,
bottom,
background: coerceColor(bg || "#000"),
background: coerceColor(bg || "#0000"),
extendWith: mode,
}),
true,
Expand Down

0 comments on commit d5a98ef

Please sign in to comment.