@papernote/ui 1.10.3 → 1.10.4
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -5
- package/package.json +1 -1
- package/src/components/DataTable.tsx +1 -1
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1429,7 +1429,7 @@ export default function DataTable<T extends BaseDataItem = BaseDataItem>({
|
|
|
1429
1429
|
</th>
|
|
1430
1430
|
)}
|
|
1431
1431
|
{allActions.length > 0 && (
|
|
1432
|
-
<th className={`sticky left-0 bg-paper-100
|
|
1432
|
+
<th className={`sticky left-0 bg-paper-100 ${currentDensity.header} text-center text-xs font-medium text-ink-700 uppercase tracking-wider border-b ${borderColor} z-20 ${bordered ? `border ${borderColor}` : ''}`} style={{ width: '28px', padding: 0 }}>
|
|
1433
1433
|
{/* Actions column header */}
|
|
1434
1434
|
</th>
|
|
1435
1435
|
)}
|