Keyboard accessibility for "item needs models" warning

This commit is contained in:
Emi Matchu 2021-02-09 22:58:00 -08:00
parent 27f441df36
commit a03ae98468

View file

@ -776,6 +776,9 @@ function ItemPageOutfitPreview({ itemId }) {
color={errorColor}
transition="color 0.2"
marginLeft="2"
borderRadius="full"
tabIndex="0"
_focus={{ outline: "none", boxShadow: "outline" }}
/>
</Tooltip>
)