Skip to content

Commit 89d2bfa

Browse files
committed
style tweaks
1 parent 07eb387 commit 89d2bfa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react/src/modules/guide/components/Toolbar/V2/GuideHoverCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ export const GuideHoverCard = ({
2525
rounded="3"
2626
border="px"
2727
overflow="auto"
28+
backgroundColor="surface-2"
2829
style={{
2930
width: "450px",
3031
maxHeight: "600px",
3132
}}
3233
>
3334
<pre
3435
style={{
35-
fontSize: "12px",
36+
fontSize: "11px",
3637
}}
3738
>
3839
{/* TODO: Prune some details */}

0 commit comments

Comments
 (0)