diff --git a/webapp/channels/src/components/post_priority/post_priority_picker_item.tsx b/webapp/channels/src/components/post_priority/post_priority_picker_item.tsx index f1de5b5085..3b7cb7bb63 100644 --- a/webapp/channels/src/components/post_priority/post_priority_picker_item.tsx +++ b/webapp/channels/src/components/post_priority/post_priority_picker_item.tsx @@ -94,6 +94,7 @@ function Item({ aria-label={ariaLabel} className='style--none' onClick={onClick} + aria-pressed={isSelected} > {text && {text}} {isSelected && ( @@ -117,6 +118,7 @@ function ToggleItem({ onClick={disabled ? undefined : onClick} disabled={disabled} role='button' + aria-pressed={toggled} > {icon}