diff --git a/src/scss/6-elements/_icon-button.scss b/src/scss/6-elements/_icon-button.scss index 673e91f28b..3a6d6f5f7b 100644 --- a/src/scss/6-elements/_icon-button.scss +++ b/src/scss/6-elements/_icon-button.scss @@ -51,12 +51,12 @@ --p-icon-button-shadow-color: var(--p-icon-button-shadow-color-focus); } &:disabled { opacity:0.4; cursor:initial; } + #{$theme-light} & { + @include light-mode(); + } #{$theme-dark} & { @include dark-mode(); } - #{$theme-light} & { - @include light-mode(); - } } \ No newline at end of file