web: align check icon inside note's color in properties panel (#9308)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-02-09 12:33:28 +05:00
committed by GitHub
parent 50b01e0b1b
commit d44792d132

View File

@@ -676,7 +676,7 @@ function Colors({ noteId, color }: { noteId: string; color?: string }) {
<Checkmark
color="white"
size={18}
sx={{ position: "absolute", left: "8px" }}
sx={{ position: "absolute", left: "4px" }}
/>
)}
</Flex>