summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-09-04 15:28:17 +0200
committerTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-09-30 09:51:50 +0200
commitc19503618a8d032f4630c359ce59a430d9d2c812 (patch)
treeb0c295c162ac73f3ae50571183e828ec4507c6f5
parent48998260cc84eda20c3f935b122c0c3dd7ffb1b8 (diff)
downloadmullvadvpn-c19503618a8d032f4630c359ce59a430d9d2c812.tar.xz
mullvadvpn-c19503618a8d032f4630c359ce59a430d9d2c812.zip
Add equal horizontal margin forSettingsRowErrorMessage
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx
index 2adf8868d9..9b4804c4a3 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx
@@ -60,6 +60,7 @@ const StyledSettingsRowErrorMessage = styled.div(tinyText, {
display: 'flex',
alignItems: 'center',
marginLeft: measurements.horizontalViewMargin,
+ marginRight: measurements.horizontalViewMargin,
marginTop: '5px',
color: colors.whiteAlpha60,
});