graycoreio/daffodil

View on GitHub
libs/design/button/src/button-theme-variants/underline.scss

Summary

Maintainability
Test Coverage
@mixin daff-underline-button-theme-variant(
    $base-color: currentColor,
) {
    color: $base-color;

    &::after {
        background-color: $base-color;
    }
}