Skip to content

Commit

Permalink
feat(app): improve style of bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed May 26, 2024
1 parent 238b240 commit 1c7c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/thought/thought-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function ThoughtEditor({
<Popover open={openMenu} onOpenChange={setOpenMenu}>
<PopoverTrigger asChild>
<Button variant="ghost" className="px-2" disabled={disabled}>
<BookmarkIcon className="size-5" />
<BookmarkIcon className={cn('size-5', { 'fill-slate-50': thoughtBookmarks.length >= 1 })} />
</Button>
</PopoverTrigger>
<PopoverContent align="end">
Expand Down

0 comments on commit 1c7c228

Please sign in to comment.