Skip to content

Commit

Permalink
feat: Removed self contained style for the Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jan 2, 2024
1 parent 2694ff4 commit d9ed7b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/contributions-table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ export const Table = ({ items, queries = {} }: ITableProps) => {
) : null
}
classNames={{
base: "max-h-[520px]",
table: "min-h-[400px]",
wrapper: "p-0 rounded-none border-small border-t-0",
table: "w-full max-w-7xl border-separate border-spacing-0",
wrapper: "overflow-visible p-0 rounded-none border-small border-t-0",
tr: "bg-gradient-to-r from-background to-background-200 to-80% border-y-small",
}}
>
Expand Down

0 comments on commit d9ed7b5

Please sign in to comment.