Skip to content

Commit

Permalink
fix(alert): Alert notification icon displays the right shade of yellow
Browse files Browse the repository at this point in the history
[#104729442]

Signed-off-by: August Toman-Yih <atomanyih@pivotal.io>
  • Loading branch information
msmykowski authored and August Toman-Yih committed Jan 21, 2016
1 parent 61a1d81 commit 701eadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/pivotal-ui/components/pui-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ $notifications-bell-default-size: $font-size-h2;
$notifications-bell-default-color: $neutral-6;
$notifications-badge-default-bg: $brand-8;
$notifications-badge-font-weight: 900;
$notifications-alert-default-color: $warn-3;
$notifications-alert-default-color: $warn-5;


// COMPONENT VARIABLES
Expand Down
1 change: 1 addition & 0 deletions styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"pui-css-code": "file:../library/dist/css/code",
"pui-css-collapse": "file:../library/dist/css/collapse",
"pui-css-colors": "file:../library/dist/css/colors",
"pui-css-dropdowns": "file:../library/dist/css/dropdowns",
"pui-css-forms": "file:../library/dist/css/forms",
"pui-css-google-maps": "file:../library/dist/css/google-maps",
"pui-css-grids": "file:../library/dist/css/grids",
Expand Down

0 comments on commit 701eadf

Please sign in to comment.