Skip to content

Commit 1a3e58b

Browse files
committed
Add border back to CodeExample
1 parent 6373408 commit 1a3e58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/CodeExample/CodeExample.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const useStyles = makeStyles<Theme, styleProps>((theme) => ({
4646
borderRadius: theme.shape.borderRadius,
4747
padding: theme.spacing(1),
4848
lineHeight: "150%",
49+
border: `1px solid ${theme.palette.divider}`,
4950
}),
5051
code: {
5152
padding: theme.spacing(0, 1),

0 commit comments

Comments
 (0)