mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
feat: Update brand color to mint-cyan across screenshots and UI elements
This commit is contained in:
parent
bbf6f91c56
commit
c6baa4d5dc
46 changed files with 57 additions and 34 deletions
|
|
@ -64,7 +64,7 @@ export function OverviewPage() {
|
|||
|
||||
const categoryItems = (overview.issue_categories || [])
|
||||
.slice(0, 8)
|
||||
.map((b) => ({ label: b.label, value: b.count, color: '#5856d6' }));
|
||||
.map((b) => ({ label: b.label, value: b.count, color: '#72f3d7' }));
|
||||
|
||||
const trendData = (trends || []).map((t) => ({
|
||||
label: t.timestamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue