Change default list colors

This commit is contained in:
2026-03-13 16:22:45 +04:00
parent d459a12115
commit ccc865741c
2 changed files with 4 additions and 4 deletions

View File

@@ -363,7 +363,7 @@ describe('Places Module', () => {
expect.objectContaining({
title: 'Want to go',
id: 'to-go',
color: '#ff00ff',
color: '#2e9e4f',
})
);
});
@@ -380,7 +380,7 @@ describe('Places Module', () => {
expect.objectContaining({
title: 'To do',
id: 'to-do',
color: '#008000',
color: '#2a7fff',
})
);
});