VerticalRule
Summary: _typescript_ Reviewed By: passy, bnelo12 Differential Revision: D16830055 fbshipit-source-id: c3478d75c74e4677b9e38ab8aa068702550d147b
This commit is contained in:
committed by
Facebook Github Bot
parent
2a76461fb8
commit
8f05ea5018
14
src/ui/components/VerticalRule.tsx
Normal file
14
src/ui/components/VerticalRule.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',
|
||||
width: 3,
|
||||
margin: '0',
|
||||
});
|
||||
Reference in New Issue
Block a user