Commit ec8f789e authored by Choi Ga Young's avatar Choi Ga Young
Browse files

개인일정색상추가

parent bb632885
...@@ -163,4 +163,10 @@ button { ...@@ -163,4 +163,10 @@ button {
background-color: #EE8DA0; background-color: #EE8DA0;
color: #fff; color: #fff;
} }
& .indi {
border-color: #81A2DB;
background-color: #81A2DB;
color: #fff;
}
} }
\ No newline at end of file
...@@ -159,7 +159,7 @@ const findbyDate = async (req, res, next) => { ...@@ -159,7 +159,7 @@ const findbyDate = async (req, res, next) => {
schedule.dataValues.end = dateToString(schedule.dataValues.end, "full") schedule.dataValues.end = dateToString(schedule.dataValues.end, "full")
schedule.dataValues.start = dateToString(schedule.dataValues.start, "full") schedule.dataValues.start = dateToString(schedule.dataValues.start, "full")
schedule.dataValues.allDay = true schedule.dataValues.allDay = true
schedule.dataValues.className = 'text' schedule.dataValues.className = ['text', 'indi']
}) })
findList = { KU: findKUList, individual: findIndividualList } findList = { KU: findKUList, individual: findIndividualList }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment