summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/VpnSettings.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/VpnSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/VpnSettings.tsx
index a45d461dbc..7a21a18f6b 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/VpnSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/VpnSettings.tsx
@@ -532,19 +532,19 @@ function KillSwitchInfo() {
return (
<>
- <Cell.CellButton onClick={showKillSwitchInfo}>
- <AriaInputGroup>
+ <AriaInputGroup>
+ <Cell.Container>
<AriaLabel>
<Cell.InputLabel>
{messages.pgettext('vpn-settings-view', 'Kill switch')}
</Cell.InputLabel>
</AriaLabel>
- <StyledInfoButton />
+ <StyledInfoButton onClick={showKillSwitchInfo} />
<AriaInput>
<Cell.Switch isOn disabled />
</AriaInput>
- </AriaInputGroup>
- </Cell.CellButton>
+ </Cell.Container>
+ </AriaInputGroup>
<ModalAlert
isOpen={killSwitchInfoVisible}
type={ModalAlertType.info}