File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/components/src/DataTable Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2525 */
2626
2727import styled from 'styled-components'
28- import { reset } from '@looker/design-tokens'
2928import React , { FC , useState } from 'react'
3029import { MixedBoolean } from '../Form'
3130import { BulkActions } from './BulkActions'
@@ -127,6 +126,5 @@ export const DataTableLayout: FC<DataTableProps> = (props) => {
127126}
128127
129128export const DataTable = styled ( DataTableLayout ) < DataTableProps > `
130- ${ reset }
131129 width: 100%;
132130`
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ const stickyColumns = css<TableProps>`
180180export const Table = styled ( TableLayout ) `
181181 border-collapse: initial;
182182 border-spacing: 0;
183+ font-family: ${ ( { theme } ) => theme . fonts . body } ;
183184 font-size: ${ ( { theme } ) => theme . fontSizes . small } ;
184185 line-height: 1;
185186 width: 100%;
You can’t perform that action at this time.
0 commit comments