We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28feda commit 121dae6Copy full SHA for 121dae6
apps/webapp/tailwind.config.js
@@ -163,7 +163,8 @@ const tests = colors.lime[500];
163
const apiKeys = colors.amber[500];
164
const environmentVariables = colors.pink[500];
165
const alerts = colors.red[500];
166
-const projectSettings = colors.indigo[500];
+const projectSettings = colors.blue[500];
167
+const orgSettings = colors.blue[500];
168
const docs = colors.blue[500];
169
170
/** Other variables */
@@ -238,6 +239,7 @@ module.exports = {
238
239
environmentVariables,
240
alerts,
241
projectSettings,
242
+ orgSettings,
243
docs,
244
},
245
focusStyles: {
0 commit comments