Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/annotator/components/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function Toolbar({
'transition-colors focus-visible-ring ring-inset',
// Height and width to align with the sidebar's top bar
'h-[40px] w-[33px] pl-[6px] rounded-bl',
'bg-white text-grey-5 hover:text-grey-9',
'bg-white text-grey-6 hover:text-grey-9',
// Turn on left and bottom borders to continue the
// border of the sidebar's top bar
'border-l border-b',
Expand Down