Skip to content

Commit 32e49d5

Browse files
authored
Merge pull request #90 from code4rena-dev/samus/audit-status-public
[contest tile add button border
2 parents 7442d43 + 6e95de7 commit 32e49d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code4rena/components-library",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "Code4rena's official components library ",
55
"types": "./dist/lib.d.ts",
66
"exports": {

src/lib/ContestTile/ContestTile.scss

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
gap: 0.5rem;
177177
flex: 1 0 0;
178178
padding-left: 0.5rem;
179+
border-right: 1px solid hsla(0, 0%, 100%, 0.4);
179180

180181
.audit-tile__status__icon {
181182
width: 1.1rem;
@@ -685,6 +686,7 @@
685686
gap: 0.5rem;
686687
flex: 1 0 0;
687688
padding-left: 0.5rem;
689+
border-right: 1px solid $color__n-60;
688690

689691
.audit-tile__status__icon {
690692
width: 1.1rem;

0 commit comments

Comments
 (0)