Skip to content

Commit

Permalink
Bold menu item values
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 19, 2023
1 parent 8edbe7a commit f0228ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/choose-from-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default {
} else if (params['WFControlFlowMode'] == 1) {
const value = renderValue(params['WFMenuItemTitle'] ?? params['WFMenuItemAttributedTitle'] ?? null, 'Item');
value.classList.add('sp-unstyled-value');
value.setAttribute('style', 'font-weight: bold');
header.push(value);
}

Expand Down

0 comments on commit f0228ab

Please sign in to comment.