fix: release note is unreadable with dark mode on

This commit is contained in:
Kentai Radiquum 2024-08-08 12:44:49 +05:00
parent 8419af71a5
commit fb21744536
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -27,7 +27,7 @@ export const ReleaseInfoBasics = (props: {
</p>
</div>
{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>
)}