Keyboard accessibility for "item needs models" warning
This commit is contained in:
parent
27f441df36
commit
a03ae98468
1 changed files with 3 additions and 0 deletions
|
@ -776,6 +776,9 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
color={errorColor}
|
color={errorColor}
|
||||||
transition="color 0.2"
|
transition="color 0.2"
|
||||||
marginLeft="2"
|
marginLeft="2"
|
||||||
|
borderRadius="full"
|
||||||
|
tabIndex="0"
|
||||||
|
_focus={{ outline: "none", boxShadow: "outline" }}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue