style video recording section

Summary: style video recording section

Reviewed By: jknoxville

Differential Revision: D18658103

fbshipit-source-id: 450ed1e3a1ee4330183f14b2c00486649087c3bb
This commit is contained in:
Michel Weststrate
2019-11-22 09:46:31 -08:00
committed by Facebook Github Bot
parent cb3b77bc95
commit a66501d7a6
6 changed files with 35 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ import {
Link,
FlipperPlugin,
FlipperDevicePlugin,
Bordered,
} from 'flipper';
import StatusIndicator from '../ui/components/StatusIndicator';
import {State as Store} from '../reducers';
@@ -35,14 +36,9 @@ const Ellipsis = styled(Text)({
whiteSpace: 'nowrap',
});
const TableContainer = styled('div')({
borderRadius: 4,
overflow: 'hidden',
border: `1px solid ${colors.macOSTitleBarButtonBorder}`,
const TableContainer = styled(Bordered)({
marginTop: 10,
backgroundColor: colors.white,
height: 400,
display: 'flex',
});
const Lamp = (props: {on: boolean}) => (