feat: Added hover styles and added tabIndex to the meeting list container instead of the meeting item header (#15429)

* added hover styles and added tabIndex to the container instead of the meeting heading

* lint error fix
This commit is contained in:
Wilson Furtado
2024-12-30 21:05:56 +01:00
committed by GitHub
parent 174c4418fb
commit 748ead7e13
2 changed files with 5 additions and 4 deletions

View File

@@ -227,14 +227,14 @@ class MeetingsList extends Component<IProps> {
<Container
className = { rootClassName }
key = { index }
onClick = { onPress }>
onClick = { onPress }
tabIndex = { 0 }>
<Container className = 'right-column'>
<Text
className = 'title'
onClick = { onPress }
onKeyPress = { onKeyPress }
role = 'button'
tabIndex = { 0 }>
role = 'button'>
{ title }
</Text>
{