Skip to content

Commit 31290e3

Browse files
authored
Merge pull request #8 from eungyeole/develop
Chore : dark log 테두리색상 변경
2 parents 018acd8 + d630753 commit 31290e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cards/new-log-black.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const createCardDark = (data) => {
7171
return `
7272
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="130" viewBox="0 0 450 130" fill="none">
7373
${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"/>
74+
<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"/>
7575
${createCardTitle(data.user.username, data.likes)}
7676
${createCardBody(data)}
7777
${createCardBottom(data)}

0 commit comments

Comments
 (0)