Skip to content

Commit 605034d

Browse files
authored
Merge pull request #745 from ianhi:branch-icon
Have icon class influenced by selection in New Branch Dialog
2 parents a046b66 + 0b6a5b3 commit 605034d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NewBranchDialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class NewBranchDialog extends React.Component<
335335
'jp-git-icon',
336336
listItemIconClass,
337337
'jp-Icon-16',
338-
isBold && 'jp-git-selected'
338+
isBase && 'jp-git-selected'
339339
)}
340340
/>
341341
<div className={listItemContentClass}>

0 commit comments

Comments
 (0)