mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 00:34:41 +00:00
fix: release note is unreadable with dark mode on
This commit is contained in:
parent
8419af71a5
commit
fb21744536
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const ReleaseInfoBasics = (props: {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{props.note && (
|
{props.note && (
|
||||||
<div className="py-2 bg-blue-100 border-l-4 border-blue-700 rounded-md ">
|
<div className="py-2 bg-blue-100 border-l-4 border-blue-700 rounded-tr-md rounded-br-md dark:bg-blue-900">
|
||||||
<div id="note" className="ml-2"></div>
|
<div id="note" className="ml-2"></div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue