DmnChzl / ReadWrite

Another note-taking application...
Other
0 stars 0 forks source link

EditView: Apply "bgColor.value" #2

Open DmnChzl opened 1 year ago

DmnChzl commented 1 year ago
let bgColor = defaultNote.bgColor;
const setBgColor = newBgColor => (bgColor = newBgColor);
DmnChzl commented 1 year ago

bugfix/editview-backgroundcolor