Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Oct 16, 2024
1 parent b547ffb commit 03a0018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/blog/2024/10/16/shadcn-ui-theme-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So we built one! It's simply called `shadcn`. For it to work, you'll need to mak
```tsx
import '@infinite-table/infinite-react/index.css';

<div className="infinite-theme-name--shadcn infinite-theme-mode--dark dark">
<div className="infinite-theme-name--shadcn dark">
<DataSource {...}>
<InfiniteTable {...} />
</DataSource>
Expand Down

0 comments on commit 03a0018

Please sign in to comment.