Skip to content

Commit 556774e

Browse files
committed
Updating SASS command
1 parent b42129e commit 556774e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/_buttons.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ button.btn-primary {
161161

162162
&:hover:not(:disabled) {
163163
// A slightly darker blue for hover
164-
background-color: color.adjust($blue-primary, -8%);
165-
border-color: color.adjust($blue-primary, -8%);
164+
background-color: color.adjust($blue-primary, $lightness: -8%);
165+
border-color: color.adjust($blue-primary, $lightness: -8%);
166166
transform: translateY(-1px);
167167
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
168168
}
169169

170170
&:active:not(:disabled) {
171171
transform: translateY(0);
172-
background-color: color.adjust($blue-primary, -12%);
172+
background-color: color.adjust($blue-primary, $lightness: -12%);
173173
}
174174

175175
&:focus {

0 commit comments

Comments
 (0)