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