mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Revert "fix: <CodeSample/> extra border visible in dark mode"
This reverts commit 2ad1d16a0e0a043560e13ec2fa756d23959e1148.
This commit is contained in:
parent
b82b2b7b96
commit
bed29bc675
@ -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>
|
Loading…
x
Reference in New Issue
Block a user