Relayer grid spacing tweaks

This commit is contained in:
Brandon Millman
2018-04-23 23:47:04 -07:00
parent 567768c66a
commit 766aeaa9e1

View File

@@ -32,9 +32,9 @@ const styles: Styles = {
},
};
const CELL_HEIGHT = 260;
const CELL_HEIGHT = 290;
const NUMBER_OF_COLUMNS = 4;
const GRID_PADDING = 16;
const GRID_PADDING = 20;
export class RelayerIndex extends React.Component<RelayerIndexProps, RelayerIndexState> {
private _isUnmounted: boolean;