Skip to content

Commit 43d4d8a

Browse files
karenrasmussensanticomp2014
authored andcommitted
Improve contrast of sidebar toggle icon
1 parent cd48709 commit 43d4d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotator/components/Toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default function Toolbar({
210210
'transition-colors focus-visible-ring ring-inset',
211211
// Height and width to align with the sidebar's top bar
212212
'h-[40px] w-[33px] pl-[6px] rounded-bl',
213-
'bg-white text-grey-5 hover:text-grey-9',
213+
'bg-white text-grey-6 hover:text-grey-9',
214214
// Turn on left and bottom borders to continue the
215215
// border of the sidebar's top bar
216216
'border-l border-b',

0 commit comments

Comments
 (0)