Skip to content

Commit dbfc02c

Browse files
Merge branch 'fix-darker-blue'
2 parents 6c316d8 + 4a1e11e commit dbfc02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/packages/mullvad-vpn/src/renderer/lib/foundations/variables/color-variables.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ColorTokens } from '../tokens';
22

33
export const colors = {
4-
'--color-darker-blue': ColorTokens.darkBlue,
4+
'--color-darker-blue': ColorTokens.darkerBlue,
55
'--color-dark-blue': ColorTokens.darkBlue,
66
'--color-blue': ColorTokens.blue,
77
'--color-dark-green': ColorTokens.darkGreen,

0 commit comments

Comments
 (0)