Repository URL to install this package:
/** * notify-me-button * may also be used for other things like errors or warnings or confirm? */ const AttentionButton = styled.withComponent(Button) ` &.attention { color: $colors-main-background; } `