canvas-kit
canvas-kit copied to clipboard
Grid gap style props should be aware of our space tokens
🚀 Feature Proposal
gridGap, gridColumnGap, and gridRowGap should be aware of our tokens, so developers can do this:
<Grid gridGap="s">
Motivation
- API consistency
- Better developer experience
- More UI consistency