Add subtle web hover to interactive rows (#5989)
* Add subtle web hover to interactive rows * Adjust numbers * Ignore touch devices
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function SubtleWebHover({}: {hover: boolean}) {
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user