Skip to content

Commit 2b37bf9

Browse files
committed
fix: default bricksColors was invalid
1 parent 99457b4 commit 2b37bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export async function generateSVG(
323323
enableGhostBricks = true,
324324
paddleColor = "#1F6FEB",
325325
ballColor = "#1F6FEB",
326-
bricksColors = "light",
326+
bricksColors = "github_light",
327327
} = options;
328328
const colorDays = await fetchGithubContributionsGraphQL(
329329
username,

0 commit comments

Comments
 (0)