diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-05 13:08:46 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-05 13:08:46 +0100 |
| commit | dbfc02c1f64090efb7940279bdc4c8c9a98f0ac0 (patch) | |
| tree | 1034443b22c3d06e3094cc657f68a319cb94bebf | |
| parent | 6c316d84b61f5d7c64c636e322d9a4b3c12bc08b (diff) | |
| parent | 4a1e11e3f257de5f1399ed29193bc0fba40f0c4c (diff) | |
| download | mullvadvpn-dbfc02c1f64090efb7940279bdc4c8c9a98f0ac0.tar.xz mullvadvpn-dbfc02c1f64090efb7940279bdc4c8c9a98f0ac0.zip | |
Merge branch 'fix-darker-blue'
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts | 2 |
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, |
