diff --git a/frappe/public/js/frappe/widgets/shortcut_widget.js b/frappe/public/js/frappe/widgets/shortcut_widget.js
index c610e32a77..84c48009ef 100644
--- a/frappe/public/js/frappe/widgets/shortcut_widget.js
+++ b/frappe/public/js/frappe/widgets/shortcut_widget.js
@@ -80,7 +80,7 @@ export default class ShortcutWidget extends Widget {
? this.color.toLowerCase()
: 'grey';
- const buttons = $(`
${label}
`);
+ const buttons = $(`${label}
`);
buttons.appendTo(this.action_area);
}
}
\ No newline at end of file
diff --git a/frappe/public/scss/desktop.scss b/frappe/public/scss/desktop.scss
index 8d2ffb3732..86c9ef45bd 100644
--- a/frappe/public/scss/desktop.scss
+++ b/frappe/public/scss/desktop.scss
@@ -370,6 +370,10 @@ $panel-bg: $gray-50;
margin-top: 5px;
margin-bottom: 5px;
}
+
+ .indicator-pill {
+ font-weight: 500;
+ }
}
&.links-widget-box {