-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Tried using:
const libTheme = getTheme(DEFAULT_OPTIONS);
const customTheme = useTheme({
Table: `
--data-table-library_grid-template-columns: 50% 50px 50px;
`,
});
const theme = useTheme([libTheme, customTheme]);
<Table data={dados} theme={theme}>
Already tried changing the size values and using only the custom theme.
But none worked
Metadata
Metadata
Assignees
Labels
No labels