Reconmap/web-client

View on GitHub
src/components/ui/buttons/DeleteIconButton.module.scss

Summary

Maintainability
Test Coverage
.native {
    composes: native from "../../form/NativeButton.module.scss";
    background-color: lightcoral;

    &:hover {
        color: red;
    }
}