Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
* 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;
}
`