diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-09-04 15:28:17 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-09-30 09:51:50 +0200 |
| commit | c19503618a8d032f4630c359ce59a430d9d2c812 (patch) | |
| tree | b0c295c162ac73f3ae50571183e828ec4507c6f5 | |
| parent | 48998260cc84eda20c3f935b122c0c3dd7ffb1b8 (diff) | |
| download | mullvadvpn-c19503618a8d032f4630c359ce59a430d9d2c812.tar.xz mullvadvpn-c19503618a8d032f4630c359ce59a430d9d2c812.zip | |
Add equal horizontal margin forSettingsRowErrorMessage
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx | 1 |
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, }); |
