Skip to content

Commit eecb8f9

Browse files
01zulfithecodrr
authored andcommitted
web: show color name tooltip in note properties panel (#8280)
Signed-off-by: 01zulfi <[email protected]>
1 parent e36fd28 commit eecb8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/components/properties/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ function Colors({ noteId, color }: { noteId: string; color?: string }) {
632632
return (
633633
<Flex
634634
key={c.id}
635+
title={c.title}
635636
onClick={() => noteStore.get().setColor(c.id, isChecked, noteId)}
636637
sx={{
637638
cursor: "pointer",

0 commit comments

Comments
 (0)