We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6907d commit 1f0e0f3Copy full SHA for 1f0e0f3
1 file changed
apps/web/src/components/Sidebar.tsx
@@ -1318,7 +1318,7 @@ export default function Sidebar() {
1318
>
1319
<span className="absolute inset-0 flex items-center justify-center transition-opacity duration-150 group-hover/project-header:opacity-0">
1320
<span
1321
- className={`size-2.25 rounded-full ${projectStatus.dotClass} ${
+ className={`size-[9px] rounded-full ${projectStatus.dotClass} ${
1322
projectStatus.pulse ? "animate-pulse" : ""
1323
}`}
1324
/>
0 commit comments