File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const createCardBottom = ({ tags }) => {
48
48
return `
49
49
<svg data-testid="lang-items" x="${ pos } " width="${ size } " viewBox="0 0 ${ size } 19">
50
50
<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 "/>
52
52
<text data-testid="lang-name" text-anchor="middle" x="${
53
53
size / 2
54
54
} " y="13" class="tag-item">${ element } </text>
@@ -69,7 +69,7 @@ const cardStyle = `
69
69
}
70
70
.log-title { font: bold 14px 'Segoe UI', Ubuntu, Sans-Serif; fill: white }
71
71
.log-description { font-size: 12px; fill: white}
72
- .tag-item { font-size: 12px; fill: #0CA678 ;}
72
+ .tag-item { font-size: 12px; fill: #BCBCBC ;}
73
73
.heart-count { font-size: 12px; fill: #20c997;}
74
74
</style>
75
75
` ;
You can’t perform that action at this time.
0 commit comments