@redsift/table 8.0.0-alpha.1 → 8.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -15088,6 +15088,10 @@ const StyledDataGrid = styled$3.div`
|
|
|
15088
15088
|
.MuiTablePagination-displayedRows {
|
|
15089
15089
|
font-family: var(--redsift-typography-datagrid-row-font-family);
|
|
15090
15090
|
}
|
|
15091
|
+
|
|
15092
|
+
.MuiBadge-standard {
|
|
15093
|
+
font-family: var(--redsift-typography-datagrid-row-font-family);
|
|
15094
|
+
}
|
|
15091
15095
|
`;
|
|
15092
15096
|
|
|
15093
15097
|
/**
|