Created
February 20, 2019 18:20
-
-
Save gustfm/24308e97a8fb8192637de3ef44ec693e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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