aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-23 22:31:53 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-23 22:31:53 +0200
commit864a36972e1d2563f6265fdd0674bcedfe5b0365 (patch)
tree45706231cd075a5ae39afdc2761b724c25a0a75f /client
parent0935e9c304bd8d3e274cdb836bc9ebf14bada7fb (diff)
Blue color according to vespa.ai
Diffstat (limited to 'client')
-rw-r--r--client/js/app/src/app/styles/theme/common-colors.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/js/app/src/app/styles/theme/common-colors.js b/client/js/app/src/app/styles/theme/common-colors.js
index f64bf8a5c43..fa942d3abff 100644
--- a/client/js/app/src/app/styles/theme/common-colors.js
+++ b/client/js/app/src/app/styles/theme/common-colors.js
@@ -75,13 +75,13 @@ export const commonColors = {
'#f5fbff',
'#feffff',
'#edf8ff',
- '#e1f3ff',
- '#e1f3fe',
- '#d7effe',
- '#3b9fde',
- '#238dce',
- '#0088dc',
- '#002f4d',
+ '#e1f4ff',
+ '#ceecfe',
+ '#b7e0f8',
+ '#00598c',
+ '#00507e',
+ '#00436a',
+ '#002033',
],
cyan: [
'#fafdfe',