Skip to content

Commit

Permalink
style(color): Updates submission and neutral colors (bullhorn#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Sibilia authored and jgodi committed Mar 21, 2017
1 parent 72bddd8 commit cf9558e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/pages/design/color/Color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ColorComponent {
{
name: 'neutral',
variables: ['neutral'],
hex: '747884'
hex: '4F5361'
}
];
entityColors:Array<any> = [
Expand Down Expand Up @@ -70,7 +70,7 @@ export class ColorComponent {
{
name: 'submission',
variables: ['submission'],
hex: '778899'
hex: 'A9ADBB'
},
{
name: 'placement',
Expand Down
4 changes: 2 additions & 2 deletions src/styles/global/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $lead: #AA6699;
$contact: #FFAA44;
$opportunity: #662255;
$job: #BB5566;
$submission: #747884;
$submission: #a9adbb;
$sendout: #747884;
$placement: #0B344F;
$note: #747884;
Expand All @@ -37,7 +37,7 @@ $negative: $grapefruit;
$warning: $sunflower;
$background: $off-white;
$background-dark: #E2E2E2;
$neutral: #747884;
$neutral: #4f5361;
$empty: #CCCDCC;

/*
Expand Down

0 comments on commit cf9558e

Please sign in to comment.