Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v1.90.0: Changed button colour for menulog (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
smilburn1990 authored Feb 10, 2020
1 parent 9c9a318 commit ab4c293
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)


v1.90.0
------------------------------
*February 06, 2020*

### Added
- Menulog colour for `$btn-secondary-textColor--active` and `$btn-secondary-textColor--hover`


v1.89.0
------------------------------
*February 06, 2020*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "1.89.0",
"version": "1.90.0",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down
2 changes: 2 additions & 0 deletions src/scss/objects/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ $btn-rounded-width : 38px;
$btn-primary-bgColor--focus : $green--darkest;

$btn-secondary-textColor : $green;
$btn-secondary-textColor--active : $green;
$btn-secondary-textColor--hover : $green;

$btn-outline-borderColor : $green;
$btn-outline-borderColor--hover : $green--darkest;
Expand Down

0 comments on commit ab4c293

Please sign in to comment.