summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOliver <oliver@mohlin.dev>2025-09-25 06:34:01 +0200
committerTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-09-25 17:00:18 +0200
commitbb9947cccc384a9016227463d261933d82988874 (patch)
tree2139727f4d97e5bb2783787985604c9bbcea5ccc
parentc5c80a7e1da055236f1e6fe46007fef5d1119d77 (diff)
downloadmullvadvpn-bb9947cccc384a9016227463d261933d82988874.tar.xz
mullvadvpn-bb9947cccc384a9016227463d261933d82988874.zip
Add tiny vertical padding to ListItemContent component
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-content/ListItemContent.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-content/ListItemContent.tsx b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-content/ListItemContent.tsx
index 71b9527d03..3228373f77 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-content/ListItemContent.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-content/ListItemContent.tsx
@@ -23,6 +23,8 @@ const StyledFlex = styled(Flex)<{
height: 100%;
padding-left: ${$paddingLeft};
padding-right: ${spacings.medium};
+ padding-top: ${spacings.tiny};
+ padding-bottom: ${spacings.tiny};
&&:has(> :last-child:nth-child(1)) {
&&:has(img) {
justify-content: center;