From a03ae9846831ef987a42c8c9fe9c24d104d0def8 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 9 Feb 2021 22:58:00 -0800 Subject: [PATCH] Keyboard accessibility for "item needs models" warning --- src/app/ItemPage.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index bcf542d..d535f73 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -776,6 +776,9 @@ function ItemPageOutfitPreview({ itemId }) { color={errorColor} transition="color 0.2" marginLeft="2" + borderRadius="full" + tabIndex="0" + _focus={{ outline: "none", boxShadow: "outline" }} /> )