File tree 3 files changed +11
-2
lines changed
packages/components/atoms/f-button
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+
7
+ ## v5.1.1
8
+
9
+ _ June 6, 2024_
10
+
11
+ ### Changed
12
+ - Update outline button border colour to ` color-border-strong ` .
13
+
14
+
6
15
## v5.1.0
7
16
8
17
_ March 13, 2024_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @justeat/f-button" ,
3
3
"description" : " Fozzie Button – The generic button component" ,
4
- "version" : " 5.1.0 " ,
4
+ "version" : " 5.1.1 " ,
5
5
"main" : " dist/f-button.umd.min.js" ,
6
6
"maxBundleSize" : " 5kB" ,
7
7
"files" : [
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ $btn-outline-bgColor : transparent;
221
221
$btn-outline-bgColor--hover : darken(f.$color-white, f.$color-hover-01);
222
222
$btn-outline-bgColor--active : darken(f.$color-white, f.$color-active-01);
223
223
$btn-outline-textColor : f.$color-content-interactive-tertiary;
224
- $btn-outline-border-color : f.$color-border-default ;
224
+ $btn-outline-border-color : f.$color-border-strong ;
225
225
$btn-outline-loading-color : f.$color-content-interactive-tertiary;
226
226
$btn-outline-loading-colorOpaque : rgba($btn-outline-loading-color, $btn-default-loading-opacity);
227
227
You can’t perform that action at this time.
0 commit comments