Make Slack Bot setup UI more similar to Persona setup

This commit is contained in:
Weves
2023-12-03 23:28:41 -08:00
committed by Chris Weaver
parent 651de071f7
commit 5607fdcddd
11 changed files with 1271 additions and 1161 deletions

View File

@@ -73,9 +73,9 @@ module.exports = {
DEFAULT: "#1f2937", // gray-800
},
content: {
subtle: "#4b5563", // gray-600
DEFAULT: "#9ca3af", // gray-400
emphasis: "#e5e7eb", // gray-200
subtle: "#6b7280", // gray-500
DEFAULT: "#d1d5db", // gray-300
emphasis: "#f3f4f6", // gray-100
strong: "#f9fafb", // gray-50
inverted: "#000000", // black
},