primefaces/primevue-sass-theme

_tag.scss variables

Opened this issue ยท 0 comments

Why do we check for secondaryMessageBg existent but use secondaryButtonBg?
I'm new to all of this so probably this is me learning again ๐Ÿ˜…

    @if variable-exists(secondaryMessageBg) {
        &.p-tag-secondary {
            background-color: $secondaryButtonBg;
            color: $secondaryButtonTextColor;
        }

        &.p-tag-contrast {
            background-color: $contrastButtonBg;
            color: $contrastButtonTextColor;
        }
    }