Previously there was no way to modify the color of a button through props,Added success variant to button component based on atuls previous comments. I added a memo which takes into an account if a variant (primary,Additionally changed the `--relationship-button-green` variable to the `--success-primary` to make all the relationship action buttons have a consistent color in the UI; secondaryhowever, etc) and a color is present.if this is not wanted, The memo uses a
switch case statement so that it is easy to add other variants and style logic in the futureI am happy to revert back and change the `--btn-bg-success` variable for this button to match the original color of the relationship button