summaryrefslogtreecommitdiff
path: root/web-ui/src/common/flat_button/flat_button.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/flat_button/flat_button.js')
-rw-r--r--web-ui/src/common/flat_button/flat_button.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/src/common/flat_button/flat_button.js b/web-ui/src/common/flat_button/flat_button.js
index 33df7de4..b8c6c2c7 100644
--- a/web-ui/src/common/flat_button/flat_button.js
+++ b/web-ui/src/common/flat_button/flat_button.js
@@ -43,6 +43,8 @@ const SubmitFlatButton = ({ name, buttonText, fontIconClass }) => (
labelPosition='before'
label={buttonText}
labelStyle={labelStyle}
+ aria-label={buttonText}
+ title={buttonText}
icon={<FontIcon className={fontIconClass} color={grey500} style={iconStyle} />}
/>
);