diff --git a/src/app/welcome-panel/Welcome.tsx b/src/app/welcome-panel/Welcome.tsx index 1c5acb1..4ebd46f 100644 --- a/src/app/welcome-panel/Welcome.tsx +++ b/src/app/welcome-panel/Welcome.tsx @@ -59,24 +59,24 @@ export const Welcome = memo(() => { 'tw-justify-center', 'tw-items-center', )}> -
+
-

+

.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',