Add hover background color in Indexer Table Index

This commit is contained in:
Bogdan
2023-07-22 05:33:55 +03:00
parent ce8c90a125
commit 1697cee680
3 changed files with 10 additions and 0 deletions
@@ -64,6 +64,7 @@ const Row: React.FC<ListChildComponentProps<RowItemData>> = ({
justifyContent: 'space-between',
...style,
}}
className={styles.row}
>
<IndexerIndexRow
indexerId={indexer.id}