Add some padding between sections in settings

Reviewed By: priteshrnandgaonkar

Differential Revision: D18085724

fbshipit-source-id: d874a21399e86f0079bf1cc86d4b83be6ce5a5d7
This commit is contained in:
John Knox
2019-10-23 10:38:44 -07:00
committed by Facebook Github Bot
parent ef43878286
commit ac4e1ce71b

View File

@@ -12,6 +12,7 @@ import React from 'react';
const IndentedSection = styled(FlexColumn)({ const IndentedSection = styled(FlexColumn)({
paddingLeft: 50, paddingLeft: 50,
paddingBottom: 10,
}); });
const GreyedOutOverlay = styled('div')({ const GreyedOutOverlay = styled('div')({
backgroundColor: '#EFEEEF', backgroundColor: '#EFEEEF',