Skip to content

Commit 1b34753

Browse files
mikecaoclaude
andcommitted
Add hover background to MetricsTable rows.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6dd3fb commit 1b34753

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/metrics/ListTable.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,14 @@ const AnimatedRow = ({
111111
});
112112

113113
return (
114-
<Grid columns="1fr 50px 50px" paddingLeft="2" alignItems="center" borderRadius gap>
114+
<Grid
115+
columns="1fr 50px 50px"
116+
paddingLeft="2"
117+
alignItems="center"
118+
borderRadius
119+
gap
120+
hover={{ backgroundColor: 'surface-sunken' }}
121+
>
115122
<Row alignItems="center">
116123
<Text truncate={true} style={{ maxWidth: isPhone ? '200px' : '400px' }}>
117124
{label}

0 commit comments

Comments
 (0)