Small changes to the data viz colors and chart sizing

This commit is contained in:
Jonathan Bobel
2024-08-08 16:29:35 -04:00
parent 7d6b209c8d
commit 28bc4befbe
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
const COLORS = {
delivered: '#0076d6',
failed: '#fa9441',
failed: '#c6cace',
text: '#666'
};