Resolve track pop-up spacing
This commit is contained in:
13
src/components/WrappableButtonRow.tsx
Normal file
13
src/components/WrappableButtonRow.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import styled from 'styled-components/native';
|
||||
import Button from './Button';
|
||||
|
||||
export const WrappableButtonRow = styled.View`
|
||||
flex: 0 0 auto;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 6px -2px;
|
||||
`;
|
||||
|
||||
export const WrappableButton = styled(Button)`
|
||||
margin: 2px;
|
||||
`;
|
||||
Reference in New Issue
Block a user