The response in the ReadContract component is not visible in light mode. A simple fix is to add the 'text-white' class to the pre element. Will not negatively effect dark mode. {:then res} {#if res} <pre class="text-xs md:text-base text-base-content text-white"> {JSON.stringify(res.data, (k, v) => (typeof v === 'bigint' ? v.toString() : v), 2)} </pre> {/if} {:catch} <img width="760" alt="Screenshot 2023-10-27 at 5 03 35 PM" src="https://github.com/mark3labs/louper-v2/assets/1714294/74043571-ea00-415f-9320-dcd338ce7700"> <img width="723" alt="Screenshot 2023-10-27 at 5 04 12 PM" src="https://github.com/mark3labs/louper-v2/assets/1714294/5dd8322c-24f3-4dc7-8b66-2049dcd565ce">
The response in the ReadContract component is not visible in light mode.
A simple fix is to add the 'text-white' class to the pre element. Will not negatively effect dark mode.