Skip to content

Commit e6ff289

Browse files
Landing features pages (windmill-labs#564)
* Display all changelogs in a single page * Adapt feature pages with new design * Improve app section * Hub examples * Done
1 parent aecc03a commit e6ff289

23 files changed

+1013
-274
lines changed

src/components/TaskDurationBarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default function BarChart({
123123
label: 'Loading',
124124
data: chartData,
125125
fill: false,
126-
backgroundColor: 'rgba(13,148,136, 1)',
126+
backgroundColor: '#059669',
127127
borderColor: ['rgb(0, 0, 0, 0)'],
128128
borderWidth: 1
129129
}

0 commit comments

Comments
 (0)