We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd86d0 commit 24b4ff3Copy full SHA for 24b4ff3
ui/components/brand-band/base/_index.scss
@@ -44,7 +44,7 @@
44
top: 0;
45
width: 100%;
46
height: $brand-band-scrim-height;
47
- background-image: linear-gradient(to bottom, $brand-background-primary-transparent 60%, #b0c4df);
+ background-image: linear-gradient(to bottom, $brand-background-primary-transparent 60%, $brand-background-primary);
48
}
49
50
/**
ui/components/brand-band/index.jsx
@@ -4,7 +4,7 @@
4
import React, { Component } from 'react';
5
import classNames from 'classnames';
6
7
-let tokenValue = 'rgb(176, 196, 223)';
+let tokenValue = '#eef4ff'; // BRAND_BACKGROUND_PRIMARY from design-tokens/aliases/color-palettes.yml
8
9
export const BrandBand = props => (
10
<div
0 commit comments