Revert "fix: <CodeSample/> extra border visible in dark mode"

This reverts commit 2ad1d16a0e0a043560e13ec2fa756d23959e1148.
This commit is contained in:
Ben Allfree 2022-12-02 19:02:31 -08:00
parent b82b2b7b96
commit bed29bc675

View File

@ -12,7 +12,7 @@
</script>
<div class="copy-container">
<Highlight class="pre" language={typescript} {code} />
<Highlight language={typescript} {code} />
<div class="copy-button">
<CopyButton {code} copy={handleCopy} />
@ -30,9 +30,5 @@
top: 2px;
right: 2px;
}
.pre{
margin-bottom: 0 ;
}
}
</style>