Right now, `Global` component doesn't support the `theme` prop. i.e ```js <Global styles={` color: {({theme)=>theme.colors.brand} `}/> ``` doesn't work. Expectation: Make `Global` component theme aware like `styled`.