Skip to content

Commit e6ee07e

Browse files
committed
fix: correct tailwind size
1 parent fcb0ba7 commit e6ee07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ export default function Sidebar() {
13171317
>
13181318
<span className="absolute inset-0 flex items-center justify-center transition-opacity duration-150 group-hover/project-header:opacity-0">
13191319
<span
1320-
className={`size-2.25 rounded-full ${projectStatus.dotClass} ${
1320+
className={`size-[9px] rounded-full ${projectStatus.dotClass} ${
13211321
projectStatus.pulse ? "animate-pulse" : ""
13221322
}`}
13231323
/>

0 commit comments

Comments
 (0)