diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-item/ListItemItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-item/ListItemItem.tsx b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-item/ListItemItem.tsx index 268297200d..626f7327e6 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-item/ListItemItem.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/components/list-item-item/ListItemItem.tsx @@ -11,7 +11,7 @@ const StyledDiv = styled.div<{ $backgroundColor: string }>` return css` --background-color: ${$backgroundColor}; background-color: var(--background-color); - min-height: 44px; + min-height: 48px; width: 100%; display: grid; grid-template-columns: 1fr; |
