mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-03 15:41:36 +00:00
Fix diff view in darkmode (#115)
This commit is contained in:
parent
5229ec34a7
commit
70e50b6010
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub fn EditDiff() -> impl IntoView {
|
|||
</Show>
|
||||
</div>
|
||||
<p>"by " {user_link(&edit.creator)}</p>
|
||||
<div class="p-2 my-2 bg-gray-200 rounded">
|
||||
<div class="max-w-full prose prose-slate">
|
||||
<pre class="text-wrap">
|
||||
<code>{edit.edit.diff.clone()}</code>
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue