Skip to content

Commit 377f62c

Browse files
author
Ewan
committed
fix(web): tune selected branch row surface
1 parent 364a61f commit 377f62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/BranchToolbarBranchSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export function BranchToolbarBranchSelector({
337337
resolvedActiveBranch,
338338
});
339339
const branchSelectorHighlightClassName =
340-
"hover:bg-accent hover:text-accent-foreground data-selected:bg-accent/50 data-selected:text-foreground data-highlighted:bg-accent data-highlighted:text-accent-foreground";
340+
"hover:bg-accent hover:text-accent-foreground data-selected:bg-accent/50 dark:data-selected:bg-input/64 data-selected:text-foreground data-highlighted:bg-accent data-highlighted:text-accent-foreground";
341341

342342
function renderPickerItem(itemValue: string, index: number, style?: CSSProperties) {
343343
if (checkoutPullRequestItemValue && itemValue === checkoutPullRequestItemValue) {

0 commit comments

Comments
 (0)