@yusufalperendumlu/component-library 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -40,7 +40,7 @@ function Table<T extends Record<string, any>>({
|
|
40
40
|
<div className={clsx('border-none h-full flex flex-col', className)}>
|
41
41
|
<div className='h-full overflow-y-auto custom-scroll bg-[#171215]'>
|
42
42
|
<table className='table-fixed min-w-full text-left text-sm text-zinc-100'>
|
43
|
-
<thead className='border-b-2 border-[#5876EE] text-[#5876EE] sticky top-0 z-10'>
|
43
|
+
<thead className='bg-[#171215] border-b-2 border-[#5876EE] text-[#5876EE] sticky top-0 z-10'>
|
44
44
|
<tr>
|
45
45
|
{columns.map(({ key, label, sortable }) => (
|
46
46
|
<th
|