+
diff --git a/src/app/item-page/edit-item-page/item-status/item-status.component.scss b/src/app/item-page/edit-item-page/item-status/item-status.component.scss
new file mode 100644
index 0000000000..349416cd20
--- /dev/null
+++ b/src/app/item-page/edit-item-page/item-status/item-status.component.scss
@@ -0,0 +1,3 @@
+.status-label {
+ font-weight: 700;
+}
diff --git a/src/app/item-page/edit-item-page/item-status/item-status.component.ts b/src/app/item-page/edit-item-page/item-status/item-status.component.ts
index 1bb17dc77c..0ad500b56f 100644
--- a/src/app/item-page/edit-item-page/item-status/item-status.component.ts
+++ b/src/app/item-page/edit-item-page/item-status/item-status.component.ts
@@ -60,6 +60,7 @@ import { ItemOperation } from '../item-operation/itemOperation.model';
@Component({
selector: 'ds-base-item-status',
+ styleUrls: ['item-status.component.scss'],
templateUrl: './item-status.component.html',
changeDetection: ChangeDetectionStrategy.Default,
animations: [