From a4d177c536252d1d539cf91f4508eeba7d710e56 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 22 Aug 2019 01:46:53 +0530 Subject: [PATCH 1/2] add aria tags --- src/shared/components/Button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/Button.jsx b/src/shared/components/Button.jsx index 8f2358ec..5c9c73c7 100644 --- a/src/shared/components/Button.jsx +++ b/src/shared/components/Button.jsx @@ -30,7 +30,7 @@ export default function Button({ if (disabled) { if (theme.disabled) className += ` ${theme.disabled}`; return ( -
+
{children}
); From d94b6aa7e03c35924e1d88c15b338fb395f9cb21 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 22 Aug 2019 01:53:19 +0530 Subject: [PATCH 2/2] add tabindex --- src/shared/components/Button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/Button.jsx b/src/shared/components/Button.jsx index 5c9c73c7..c1f1702f 100644 --- a/src/shared/components/Button.jsx +++ b/src/shared/components/Button.jsx @@ -30,7 +30,7 @@ export default function Button({ if (disabled) { if (theme.disabled) className += ` ${theme.disabled}`; return ( -
+
{children}
);