From 1f3df7365bdbe34d1998adc30281a16b5a7b5e31 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 4 Dec 2017 16:46:42 +0100 Subject: feat(Account): Enable a user to delete their own account --- src/components/ui/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui') diff --git a/src/components/ui/Button.js b/src/components/ui/Button.js index 07e94192f..554206cb7 100644 --- a/src/components/ui/Button.js +++ b/src/components/ui/Button.js @@ -68,7 +68,7 @@ export default class Button extends Component { loaded={loaded} lines={10} scale={0.4} - color={buttonType === '' ? '#FFF' : '#373a3c'} + color={buttonType !== 'secondary' ? '#FFF' : '#373a3c'} component="span" /> {label} -- cgit v1.2.3-70-g09d2