diff --git a/projects/go-lib/src/lib/components/go-icon-button/go-icon-button.component.scss b/projects/go-lib/src/lib/components/go-icon-button/go-icon-button.component.scss index 6cae11428..342a0ee6e 100644 --- a/projects/go-lib/src/lib/components/go-icon-button/go-icon-button.component.scss +++ b/projects/go-lib/src/lib/components/go-icon-button/go-icon-button.component.scss @@ -29,8 +29,7 @@ $go-icon-button-hover-bg: #dcdcdc; } &--disabled { - // scss-lint:disable VariableForProperty - color: lighten($theme-light-color, 40); + color: $base-light-secondary; cursor: not-allowed; pointer-events: none;