Electric-Coin-Company / zashi-android

The Zashi Zcash Wallet, Android Edition
MIT License
20 stars 14 forks source link

Add background to design-lib previews #1477

Open HonzaR opened 1 week ago

HonzaR commented 1 week ago

Is your feature request related to a problem? Please describe.

We'd like to leverage the background parameters of the Compose Preview API to eliminate preview customizations using another layer.

Describe the solution you'd like

For example:

@Preview(showBackground = true, backgroundColor = 0xFF231F20)

Alternatives you've considered

Additional context