Skip to content

Commit

Permalink
fix: BranchPicker styles (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 23, 2024
1 parent 88957ac commit cd1b286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-swans-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

fix: BranchPicker styles
2 changes: 1 addition & 1 deletion packages/react/src/styles/tailwindcss/thread.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
@apply text-red-600 hover:text-red-700 dark:text-red-500 dark:hover:text-red-400;
}

/* branch picker *
/* branch picker */

.aui-branch-picker-root {
@apply text-aui-muted-foreground inline-flex items-center text-xs;
Expand Down

0 comments on commit cd1b286

Please sign in to comment.