-
+
.Qdocs
-
+
Play documents
{/* TODO button component 사용할 지 살펴보기 */}
diff --git a/tailwind.config.js b/tailwind.config.js
index a294c28..4c5dacf 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -30,9 +30,17 @@ module.exports = {
'500': '#A2A3C3',
},
queue: {
- '300': '#7D7EFF',
- '400': '#533BB1',
- '500': '#533BB1',
+ '50': '#eff1fe',
+ '100': '#e2e5fd',
+ '200': '#cbcefa',
+ '300': '#abaef6',
+ '400': '#8c89f0',
+ '500': '#7b6de7',
+ '600': '#6b51da',
+ '700': '#533BB1',
+ '800': '#4b389b',
+ '900': '#3f347b',
+ '950': '#261e48',
},
black: {
'900': '#000000',