Skip to content

Commit 45cc964

Browse files
samejrmatt-aitken
authored andcommitted
Fix tailwind config error
1 parent 4eb09ca commit 45cc964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const schedules = colors.yellow[500];
161161
const queues = colors.purple[500];
162162
const query = colors.blue[500];
163163
const metrics = colors.green[500];
164-
const customDashboards = colors.charcoal[600];
164+
const customDashboards = charcoal[200];
165165
const deployments = colors.green[500];
166166
const concurrency = colors.amber[500];
167167
const limits = colors.purple[500];

0 commit comments

Comments
 (0)