Skip to content

Commit e40a504

Browse files
eungyeoledevpla
andcommitted
fix: card darkmode color
Co-authored-by: devpla <devpla@users.noreply.github.com>
1 parent cc09cf0 commit e40a504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cards/new-log-black.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const createCardBottom = ({ tags }) => {
4848
return `
4949
<svg data-testid="lang-items" x="${pos}" width="${size}" viewBox="0 0 ${size} 19">
5050
<g style="position: relative;">
51-
<rect width="${size}" height="19.5367" rx="9.76834" fill="#F1F3F5"/>
51+
<rect width="${size}" height="19.5367" rx="9.76834" fill="#44474B"/>
5252
<text data-testid="lang-name" text-anchor="middle" x="${
5353
size / 2
5454
}" y="13" class="tag-item">${element}</text>
@@ -69,7 +69,7 @@ const cardStyle = `
6969
}
7070
.log-title { font: bold 14px 'Segoe UI', Ubuntu, Sans-Serif; fill: white }
7171
.log-description { font-size: 12px; fill: white}
72-
.tag-item { font-size: 12px; fill: #0CA678;}
72+
.tag-item { font-size: 12px; fill: #BCBCBC;}
7373
.heart-count { font-size: 12px; fill: #20c997;}
7474
</style>
7575
`;

0 commit comments

Comments
 (0)