about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/button.js
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-08 08:56:55 +0200
committerThibaut Girka <thib@sitedethib.com>2019-08-12 16:49:12 +0200
commit42588ed460c77c58b1c1ed616db2e81bdf1d6060 (patch)
tree42d4fb432043df50f02ef6da5f8524b88f4e0600 /app/javascript/flavours/glitch/components/button.js
parentc4ae7aab6f9f66073b0200a837652df5942e9b7b (diff)
[Glitch] Fix "cancel follow request" button having unreadable text in web UI
Port e823b492147a7d7fca7a5a91dacc201fa2064e2c to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/components/button.js')
-rw-r--r--app/javascript/flavours/glitch/components/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/components/button.js b/app/javascript/flavours/glitch/components/button.js
index 16868010c..cd6528f58 100644
--- a/app/javascript/flavours/glitch/components/button.js
+++ b/app/javascript/flavours/glitch/components/button.js
@@ -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 = {