We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8756f99 commit 364f011Copy full SHA for 364f011
packages/ui/src/components/List/Row.tsx
@@ -1,4 +1,3 @@
1
-import { useTheme } from '@emotion/react'
2
import styled from '@emotion/styled'
3
import type { ReactNode } from 'react'
4
import {
@@ -238,8 +237,6 @@ export const Row = forwardRef<HTMLTableRowElement, RowProps>(
238
237
columns,
239
} = useListContext()
240
241
- const theme = useTheme()
242
-
243
const expandedRowId = useId()
244
245
const checkboxRef = useRef<HTMLInputElement>(null)
packages/ui/src/components/Table/HeaderRow.tsx
import { Checkbox } from '../Checkbox'
0 commit comments