formaat-design / reshaped

Community repository for storing examples, reporting issues and tracking roadmap
https://reshaped.so
97 stars 3 forks source link

Request: View's borderColor to support Responsive #268

Open petewins opened 5 days ago

petewins commented 5 days ago

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

image

Describe the solution you'd like Hi, I would like a way to turn off borders for different view sizes. maybe something like this?

<View  borderColor={{s: undefined, m: 'neutral-faded', l: 'primary'}} />

Thanks