tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

gapY applies on first-child #74

Closed jyng closed 3 years ago

jyng commented 3 years ago
<Col width={1 / 3} gapY='3'>
  <Text gray>Uptime</Text>
  <Text>{upTime}</Text>
</Col>
Screen Shot 2020-10-07 at 4 01 48 PM