We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729377c commit 429d1b3Copy full SHA for 429d1b3
1 file changed
packages/ui/src/features/code-review/components/ReviewToolbar.tsx
@@ -125,11 +125,12 @@ export const ReviewToolbar = memo(function ReviewToolbar({
125
>
126
<Button
127
size="icon-sm"
128
+ variant={showCommentedFilesOnly ? "primary" : "default"}
129
onClick={onToggleCommentedFilesOnly}
130
disabled={commentedFileCount === 0 && !showCommentedFilesOnly}
131
aria-label="Filter files with comments"
132
aria-pressed={showCommentedFilesOnly}
- className={`rounded-xs ${showCommentedFilesOnly ? "bg-(--gray-4)" : ""}`}
133
+ className="rounded-xs"
134
135
<ChatCircle
136
size={14}
0 commit comments