summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts
index 679951ec67..50808598f4 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts
@@ -1,7 +1,7 @@
import { ColorTokens } from '../tokens';
export const colors = {
- '--color-darker-blue': ColorTokens.darkBlue,
+ '--color-darker-blue': ColorTokens.darkerBlue,
'--color-dark-blue': ColorTokens.darkBlue,
'--color-blue': ColorTokens.blue,
'--color-dark-green': ColorTokens.darkGreen,