summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOliver <oliver@mohlin.dev>2025-02-05 13:02:34 +0100
committerOliver <oliver@mohlin.dev>2025-02-05 13:02:34 +0100
commit4a1e11e3f257de5f1399ed29193bc0fba40f0c4c (patch)
tree1034443b22c3d06e3094cc657f68a319cb94bebf
parent6c316d84b61f5d7c64c636e322d9a4b3c12bc08b (diff)
downloadmullvadvpn-4a1e11e3f257de5f1399ed29193bc0fba40f0c4c.tar.xz
mullvadvpn-4a1e11e3f257de5f1399ed29193bc0fba40f0c4c.zip
Fix darker blue variable assignment
-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,