summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/LayoutStyles.tsx
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-04-28 15:01:42 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-04-28 15:01:42 +0200
commite90dcd38409bb69c0b649142f85a8bddaaccef37 (patch)
tree6da5cafc0c67dfc4d95f4a61f2d7bfc7afa457f9 /gui/src/renderer/components/LayoutStyles.tsx
parentf732c379f77bc7379787b1e0c780118e7870b98a (diff)
parent2243c98b5c870037dd47bf16573fc27f22c98a39 (diff)
downloadmullvadvpn-e90dcd38409bb69c0b649142f85a8bddaaccef37.tar.xz
mullvadvpn-e90dcd38409bb69c0b649142f85a8bddaaccef37.zip
Merge branch 'styled-components-experimentation'
Diffstat (limited to 'gui/src/renderer/components/LayoutStyles.tsx')
-rw-r--r--gui/src/renderer/components/LayoutStyles.tsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/gui/src/renderer/components/LayoutStyles.tsx b/gui/src/renderer/components/LayoutStyles.tsx
index cebe3f2588..aa27549f39 100644
--- a/gui/src/renderer/components/LayoutStyles.tsx
+++ b/gui/src/renderer/components/LayoutStyles.tsx
@@ -1,17 +1,7 @@
import { Styles } from 'reactxp';
-import { colors } from '../../config.json';
export default {
- layout: Styles.createViewStyle({
- flexDirection: 'column',
- flex: 1,
- }),
header: Styles.createViewStyle({
flex: 0,
}),
- container: Styles.createViewStyle({
- flex: 1,
- backgroundColor: colors.blue,
- overflow: 'hidden',
- }),
};