Horizontal Rule
Summary: _typescript_ Reviewed By: bnelo12 Differential Revision: D16830551 fbshipit-source-id: 2e6cde92986278416caade40f6bbd2e0e1a15330
This commit is contained in:
committed by
Facebook Github Bot
parent
e4c93791cd
commit
9eae871ac0
14
src/ui/components/HorizontalRule.tsx
Normal file
14
src/ui/components/HorizontalRule.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Copyright 2018-present Facebook.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
|
||||
import styled from 'react-emotion';
|
||||
|
||||
export default styled('div')({
|
||||
backgroundColor: '#c9ced4',
|
||||
height: 1,
|
||||
margin: '5px 0',
|
||||
});
|
||||
Reference in New Issue
Block a user