summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/Layout.tsx
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-08-19 10:33:02 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-08-19 11:10:07 +0200
commitc5fdf899a223f820bf971b968f384dfe2e45592f (patch)
tree9135a58df3b478f9855d22a797784ccdafd896db /gui/src/renderer/components/Layout.tsx
parent34029e4aae5c0a5adecf9b22b1afc1b1ddd864f2 (diff)
downloadmullvadvpn-c5fdf899a223f820bf971b968f384dfe2e45592f.tar.xz
mullvadvpn-c5fdf899a223f820bf971b968f384dfe2e45592f.zip
Move OpenVPN and Wireguard settings styles from AdvancedSettingsStyles
Diffstat (limited to 'gui/src/renderer/components/Layout.tsx')
-rw-r--r--gui/src/renderer/components/Layout.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/renderer/components/Layout.tsx b/gui/src/renderer/components/Layout.tsx
index 8caf983b40..f868c7671a 100644
--- a/gui/src/renderer/components/Layout.tsx
+++ b/gui/src/renderer/components/Layout.tsx
@@ -14,6 +14,10 @@ export const Container = styled.div({
overflow: 'hidden',
});
+export const SettingsContainer = styled(Container)({
+ backgroundColor: colors.darkBlue,
+});
+
export const Layout = styled.div({
display: 'flex',
flexDirection: 'column',