diff options
| author | Oliver <oliver@mohlin.dev> | 2025-09-25 06:34:01 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-09-25 17:00:18 +0200 |
| commit | bb9947cccc384a9016227463d261933d82988874 (patch) | |
| tree | 2139727f4d97e5bb2783787985604c9bbcea5ccc | |
| parent | c5c80a7e1da055236f1e6fe46007fef5d1119d77 (diff) | |
| download | mullvadvpn-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.tsx | 2 |
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; |
