Skip to content

Commit d87010e

Browse files
committed
fix(board): re-use $light color
1 parent b5358d2 commit d87010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/board/src/Card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
.board-card-links.attached {
23-
background: #F9F9F9;
23+
background: $light;
2424
border-radius: 0 0 4px 4px;
2525
box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
2626
margin-top: -6px;

0 commit comments

Comments
 (0)