feat: change the text color if table

This commit is contained in:
shiweisong.ssw 2023-06-30 15:23:09 +08:00
parent 9071207f33
commit fbbbb5f037

View File

@ -141,7 +141,10 @@ const Index = () => {
},
'& tbody tr: hover a': {
textDecoration: 'underline'
}
},
'& tbody tr a': {
color: 'rgb(13, 96, 217)'
},
}}
>
<thead>