Skip to content

Commit b236455

Browse files
committed
fix: bring back the dots
1 parent 39e4321 commit b236455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const Workspace: FC<WorkspaceProps> = ({
158158
circle at 1px 1px,
159159
hsl(var(--surface-invert-secondary)) 0,
160160
transparent 1px
161-
) -2px -2px / 16px 16px;`,
161+
) -2px -2px / 16px 16px`,
162162
}}
163163
className="p-8 overflow-y-auto relative w-full"
164164
>

0 commit comments

Comments
 (0)