From ca73379a09e956b102217718e8a86856c5492732 Mon Sep 17 00:00:00 2001 From: Ray Schamp <ray@scratch.mit.edu> Date: Thu, 11 May 2017 15:41:10 -0400 Subject: [PATCH] Add button role to button component /ht @paulkaplan --- src/components/button/button.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/button/button.jsx b/src/components/button/button.jsx index 34b485154..dbc852395 100644 --- a/src/components/button/button.jsx +++ b/src/components/button/button.jsx @@ -15,6 +15,7 @@ const ButtonComponent = ({ styles.button, className )} + role="button" onClick={onClick} {...props} > -- GitLab