We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146b58b commit 170a3e8Copy full SHA for 170a3e8
npm-packages/dashboard/src/components/header/ProjectSelector/ProjectSelector.tsx
@@ -141,7 +141,7 @@ function ProjectSelectorPanel({
141
) : (
142
<Button
143
variant="unstyled"
144
- className="group flex items-center gap-1 px-1.5 py-2"
+ className="mx-1.5 mb-1 flex cursor-pointer items-center gap-1 rounded-full border px-1.5 py-1 hover:bg-background-tertiary"
145
onClick={() => setSwitchingTeams(true)}
146
tip="Select team"
147
tipSide="right"
0 commit comments