Skip to content

Commit

Permalink
Merge pull request #246 from nginformatica/material-table-font
Browse files Browse the repository at this point in the history
0.24.12 - Fixed default font on rowStyle in EditableTable component
  • Loading branch information
leorigon authored Aug 17, 2021
2 parents e1619e1 + 66b7632 commit 61f57cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipper-ui",
"version": "0.24.11",
"version": "0.24.12",
"description": "",
"main": "dist/index.js",
"homepage": "https://flipper-ui.vercel.app",
Expand Down
3 changes: 3 additions & 0 deletions src/core/EditableTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ const EditableTable = <T extends object>(props: IProps<T>) => {
actionsColumnIndex: 4,
toolbarButtonAlignment: 'left',
padding: 'dense',
rowStyle: {
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif;'
},
headerStyle: { borderBottom: '2px #CED4DE solid' },
...props.options
} }
Expand Down

1 comment on commit 61f57cc

@vercel
Copy link

@vercel vercel bot commented on 61f57cc Aug 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.