Change colour of date header to white

This commit is contained in:
2024-04-30 16:04:30 -04:00
parent 2f68877ce6
commit b66afb5692
3 changed files with 17 additions and 11 deletions

View File

@@ -82,9 +82,9 @@ export function getSampleReservations(): Reservation[] {
{
id: 3,
user: 'Peter Parker',
start: '9:00',
end: '12:00',
boat: '2',
start: '7:00',
end: '13:00',
boat: '4',
status: 'tentative',
},
{