summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/foundations/tokens/spacing-tokens.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/tokens/spacing-tokens.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/tokens/spacing-tokens.ts
index 50ead721b1..9a93f2ae77 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/tokens/spacing-tokens.ts
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/tokens/spacing-tokens.ts
@@ -1,15 +1,7 @@
export const spacingTokens = {
spc4: '4px',
- spc6: '6px',
spc8: '8px',
- spc12: '12px',
spc16: '16px',
spc24: '24px',
spc32: '32px',
- spc40: '40px',
- spc48: '48px',
- spc56: '56px',
- spc64: '64px',
- spc72: '72px',
- spc80: '80px',
} as const;