mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user