Skip to content

Commit

Permalink
Update src/styles/_helpers.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas van Schrick <[email protected]>
  • Loading branch information
nicosammito and Taucher2003 authored Dec 21, 2023
1 parent b9176c6 commit c583d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

@function borderColor($interacted: false) {
@return rgba($white, if($interacted == true, .2, .1))
@return rgba($white, if($interacted, .2, .1))
}

@mixin border($interact: true) {
Expand Down

0 comments on commit c583d26

Please sign in to comment.