Skip to content

Commit cf9a555

Browse files
author
Vikas Agarwal
committed
Fixed active project icon
1 parent 55a1727 commit cf9a555

File tree

2 files changed

+8
-43
lines changed

2 files changed

+8
-43
lines changed

src/assets/images/ps-active.svg

100755100644
Lines changed: 7 additions & 42 deletions
Loading

src/components/ProjectStatus/ProjectStatus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $status-height : 20px;
4949
.ps-active {
5050
.status-icon {
5151
i {
52-
background: url('../../assets/images/ps-active.svg') no-repeat -7px -4px;
52+
background: url('../../assets/images/ps-active.svg') no-repeat;
5353
// background-size: cover;
5454
}
5555
}

0 commit comments

Comments
 (0)