Skip to content

Commit 2a8a051

Browse files
committed
feat(CopySnippet): improve component * 2
1 parent 61bd727 commit 2a8a051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/content/CopySnippet/CopySnippet.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ const ButtonContainer = tasty({
6969
multiline: '1r',
7070
},
7171

72-
// border: 'left',
72+
// Make sure there's a small gap between buttons and the content
73+
border: 'left #clear',
7374
},
7475
});
7576

0 commit comments

Comments
 (0)