Skip to content

Commit 4b1ef33

Browse files
updated button gradient style
1 parent 67a5af8 commit 4b1ef33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Elements/Button/Button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
&:active,
6969
&:focus {
7070
background: theme('color', 'background');
71-
@include set-gradient(theme('color', 'background'), to bottom, 26%);
71+
@include set-gradient(theme('color', 'background'), to bottom, 27%);
7272
}
7373
}
7474
}

src/Elements/Button/mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
&:active,
320320
&:focus {
321321
background: $bg-color;
322-
@include set-gradient($bg-color, to bottom, 26%);
322+
@include set-gradient($bg-color, to bottom, 27%);
323323
}
324324
}
325325
}

0 commit comments

Comments
 (0)