initial work on exchanges page

This commit is contained in:
Boki 2025-06-16 08:23:55 -04:00
parent 3f5bbc6345
commit d7780e9684
18 changed files with 822 additions and 41 deletions

View file

@ -80,12 +80,12 @@ export function DataTable<T>({
Table: ({ style, ...props }) => (
<table
{...props}
style={{
...style,
minWidth: '100%',
tableLayout: 'auto',
borderCollapse: 'collapse',
borderSpacing: 0,
{...{
style: {
...style,
width: table.getCenterTotalSize(),
minWidth: '100%',
},
}}
className="bg-background"
/>