Skip to content

Commit

Permalink
[email protected] - Update outline button border colour
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram committed Jun 6, 2024
1 parent f3d8271 commit 36319d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/components/atoms/f-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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).


## v5.1.1

_June 6, 2024_

### Changed
- Update outline button border colour to `color-border-strong`.


## v5.1.0

_March 13, 2024_
Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-button",
"description": "Fozzie Button – The generic button component",
"version": "5.1.0",
"version": "5.1.1",
"main": "dist/f-button.umd.min.js",
"maxBundleSize": "5kB",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ $btn-outline-bgColor : transparent;
$btn-outline-bgColor--hover : darken(f.$color-white, f.$color-hover-01);
$btn-outline-bgColor--active : darken(f.$color-white, f.$color-active-01);
$btn-outline-textColor : f.$color-content-interactive-tertiary;
$btn-outline-border-color : f.$color-border-default;
$btn-outline-border-color : f.$color-border-strong;
$btn-outline-loading-color : f.$color-content-interactive-tertiary;
$btn-outline-loading-colorOpaque : rgba($btn-outline-loading-color, $btn-default-loading-opacity);

Expand Down

0 comments on commit 36319d5

Please sign in to comment.