summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/LayoutStyles.tsx
diff options
context:
space:
mode:
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',
- }),
};