We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc63f5 commit 8b804f8Copy full SHA for 8b804f8
frontend/routes/package/(_islands)/DependencyGraph.tsx
@@ -369,7 +369,7 @@ function GraphControlButton(props: GraphControlButtonProps) {
369
<button
370
type="button"
371
aria-label={props.title}
372
- class={`${props.class} bg-white text-jsr-gray-700 p-1.5 ring-1 ring-jsr-gray-700 rounded-full sm:rounded hover:bg-jsr-gray-100/30"`}
+ class={`${props.class} bg-white text-jsr-gray-700 p-1.5 ring-1 ring-jsr-gray-700 rounded-full sm:rounded hover:bg-jsr-gray-100/30`}
373
onClick={props.onClick}
374
title={props.title}
375
>
0 commit comments