Skip to content

Commit ca854fc

Browse files
committed
Use pk colors
1 parent 6b5b157 commit ca854fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,10 @@ const WorkspacesPage: FunctionComponent = () => {
175175
onClick={() => toggleGettingStarted(!showGettingStarted)}
176176
className="p-2"
177177
>
178-
<div className="flex flex-row justify-end items-center gap-2">
178+
<div className="flex flex-row items-center gap-2">
179179
<Subheading className="text-pk-content-primary">Getting started</Subheading>
180-
181180
<ChevronRight
182-
className={`text-gray-400 dark:text-gray-500 transform transition-transform duration-100 ${
181+
className={`transform transition-transform duration-100 ${
183182
showGettingStarted ? "rotate-90" : ""
184183
}`}
185184
size={20}

0 commit comments

Comments
 (0)