mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
fixed some calendar bugs
This commit is contained in:
@ -111,7 +111,7 @@ const ToDoItem = (props: {
|
||||
height={0.7}
|
||||
width={"100%"}
|
||||
style={{
|
||||
backgroundColor: props.item.done ? "#b8b8b8" : "#e7e7e7",
|
||||
backgroundColor: "#e7e7e7",
|
||||
}}
|
||||
centerH
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user