diff --git a/src/styles/_helpers.scss b/src/styles/_helpers.scss index 8b7d52bd..2dd14755 100644 --- a/src/styles/_helpers.scss +++ b/src/styles/_helpers.scss @@ -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) {