Skip to content

Commit

Permalink
correct border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 19, 2023
1 parent 8ed06d5 commit 0f4d3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/ThemeViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function ThemeViewer({
color: '#FFF',
p: 1.5,
bgcolor: '#0F1924', // one-off code container color
borderRadius: 4,
borderRadius: 3,
border: '1px solid',
borderColor: '#1F262E', // primaryDark[700]
}}
Expand Down

0 comments on commit 0f4d3bd

Please sign in to comment.