Lucas Cruvinel

Results 1 issues of Lucas Cruvinel

Tried using: ``` js const libTheme = getTheme(DEFAULT_OPTIONS); const customTheme = useTheme({ Table: ` --data-table-library_grid-template-columns: 50% 50px 50px; `, }); const theme = useTheme([libTheme, customTheme]); ``` Already tried changing the...