summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOliver <oliver@mohlin.dev>2025-02-13 09:09:14 +0100
committerOliver Mohlin <oliver@mohlin.dev>2025-02-25 09:36:34 +0100
commit81265faa84a5f0701685cc76e3311b40247ce04d (patch)
tree70abfe9fe101e58942c9e0d3ab444df6cbd5c7f5
parent29e0bdca7270c2f44eab7843717843551ffef1bf (diff)
downloadmullvadvpn-81265faa84a5f0701685cc76e3311b40247ce04d.tar.xz
mullvadvpn-81265faa84a5f0701685cc76e3311b40247ce04d.zip
Increase icon size for smaller icons
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/Icon.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/Icon.tsx b/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/Icon.tsx
index 97a158855b..7cf51a109f 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/Icon.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/Icon.tsx
@@ -22,8 +22,8 @@ const StyledIcon = styled.div<
`;
export const iconSizes = {
- tiny: 12,
- small: 16,
+ tiny: 14,
+ small: 18,
medium: 24,
large: 32,
big: 48,