Skip to content

Commit 0d299fe

Browse files
author
gondzo
committed
Merge branch 'dev' of https://github.com/topcoderinc/dsp-frontend into dev
2 parents 66b2c4f + 8e43171 commit 0d299fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/components/StatusLabel/StatusLabel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const statusLabels = {
1111
pending: 'Pending',
1212
scheduled: 'Scheduled',
1313
rejected: 'Rejected',
14+
waiting: 'Waiting',
1415
};
1516

1617
export const StatusLabel = ({value}) => (

src/components/StatusLabel/StatusLabel.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
@extend .status-label;
4242
}
4343

44+
.status-label_waiting {
45+
background-color: lightblue;
46+
background-image: url('icon-status-inprogress.png');
47+
48+
@extend .status-label;
49+
}
50+
4451
.status-label_rejected{
4552
background-color: red;
4653
background-image: url('icon-status-cancelled.png');

0 commit comments

Comments
 (0)