Skip to content

Commit 1f0e0f3

Browse files
committed
fix: correct tailwind size
1 parent 9b6907d commit 1f0e0f3

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
@@ -1318,7 +1318,7 @@ export default function Sidebar() {
13181318
>
13191319
<span className="absolute inset-0 flex items-center justify-center transition-opacity duration-150 group-hover/project-header:opacity-0">
13201320
<span
1321-
className={`size-2.25 rounded-full ${projectStatus.dotClass} ${
1321+
className={`size-[9px] rounded-full ${projectStatus.dotClass} ${
13221322
projectStatus.pulse ? "animate-pulse" : ""
13231323
}`}
13241324
/>

0 commit comments

Comments
 (0)