[Glitch] Fix "cancel follow request" button having unreadable text in web UI

Port e823b49214 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-08 08:56:55 +02:00
committed by Thibaut Girka
parent c4ae7aab6f
commit 42588ed460
2 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,9 @@ export default class Button extends React.PureComponent {
secondary: PropTypes.bool,
size: PropTypes.number,
className: PropTypes.string,
title: PropTypes.string,
style: PropTypes.object,
children: PropTypes.node,
title: PropTypes.string,
};
static defaultProps = {