mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Fix text colors for warning button
This commit is contained in:
@@ -34,6 +34,15 @@ storiesOf("Buttons|Button", module)
|
||||
Loading Button
|
||||
</Button>
|
||||
</Spacing>
|
||||
))
|
||||
.add("Disabled", () => (
|
||||
<div>
|
||||
{colors.map(color => (
|
||||
<Spacing key={color}>
|
||||
<Button color={color} label={color} disabled={true} />
|
||||
</Spacing>
|
||||
))}
|
||||
</div>
|
||||
));
|
||||
|
||||
const buttonStory = (name: string, storyFn: () => ReactElement) => {
|
||||
|
||||
Reference in New Issue
Block a user