We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52026b commit 18a0093Copy full SHA for 18a0093
โapps/client/src/widgets/workspace/WorkspacePageHeader/WorkspacePageHeader.tsx
@@ -20,12 +20,11 @@ export const WorkspacePageHeader = () => {
20
</div>
21
<div className="flex gap-11">
22
<button
23
- className="text-medium-rg hover flex items-center gap-1 text-gray-300"
+ className="text-medium-rg hover flex items-center gap-1 text-gray-300 hover:text-gray-500"
24
onClick={openCoachMark}
25
aria-label="๋์๋ง ๋ฒํผ"
26
>
27
๋์๋ง <Question />
28
- {/* TODO: hover์ ํจ๊ณผ */}
29
</button>
30
<WorkspaceHeaderButtons />
31
0 commit comments