We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dd3fb commit 1b34753Copy full SHA for 1b34753
src/components/metrics/ListTable.tsx
@@ -111,7 +111,14 @@ const AnimatedRow = ({
111
});
112
113
return (
114
- <Grid columns="1fr 50px 50px" paddingLeft="2" alignItems="center" borderRadius gap>
+ <Grid
115
+ columns="1fr 50px 50px"
116
+ paddingLeft="2"
117
+ alignItems="center"
118
+ borderRadius
119
+ gap
120
+ hover={{ backgroundColor: 'surface-sunken' }}
121
+ >
122
<Row alignItems="center">
123
<Text truncate={true} style={{ maxWidth: isPhone ? '200px' : '400px' }}>
124
{label}
0 commit comments