Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1f47e40

Browse files
committed
Update table header styling
Styled table headers in the UI package leading to modifications in the table.tsx file. This update allows for more inheritance for child elements and hence greater flexibility with nested elements. Additionally, this patch increases the UI kit's version to 0.1.82.
1 parent 7febdf1 commit 1f47e40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/ui
22

3+
## 0.1.82
4+
5+
### Patch Changes
6+
7+
- Update table header styling in UI
8+
39
## 0.1.81
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.81",
3+
"version": "0.1.82",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)