Skip to content

Instantly share code, notes, and snippets.

@gustfm
Created February 20, 2019 18:20
Show Gist options
  • Save gustfm/24308e97a8fb8192637de3ef44ec693e to your computer and use it in GitHub Desktop.
Save gustfm/24308e97a8fb8192637de3ef44ec693e to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
export const Header = styled.View`
width: 100%;
height: 50;
border-bottom-color: #ccc;
border-style: solid;
border-bottom-width: 1px;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment