We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018acd8 + d630753 commit 31290e3Copy full SHA for 31290e3
src/cards/new-log-black.js
@@ -71,7 +71,7 @@ const createCardDark = (data) => {
71
return `
72
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="130" viewBox="0 0 450 130" fill="none">
73
${cardStyle}
74
- <rect data-testid="card-bg" x="0.5" y="0.5" rx="4.5" height="99%" stroke="#e4e2e2" width="449" fill="#24292e" stroke-opacity="1"/>
+ <rect data-testid="card-bg" x="0.5" y="0.5" rx="4.5" height="99%" stroke="#30363d" width="449" fill="#24292e" stroke-opacity="1"/>
75
${createCardTitle(data.user.username, data.likes)}
76
${createCardBody(data)}
77
${createCardBottom(data)}
0 commit comments