ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

fix: use correct color when light mode #860

Open clean99 opened 6 months ago

clean99 commented 6 months ago

Motivation

Currently after creating app using script, the background color of app is black in light mode, which causes poor user experience(cannot see the description text clearly).

Modification

Update the template in sdk to remove the black color css.

Before:

Screenshot 2024-02-26 at 2 32 17 PM

After:

Screenshot 2024-02-26 at 2 34 52 PM