Skip to content

Commit

Permalink
Fixing table header (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef authored Feb 28, 2024
1 parent fc7adee commit 6de0cb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-onions-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-b2b": patch
---

Fix table header and make checkbox clickable
2 changes: 1 addition & 1 deletion themes/theme-b2b/src/components/Table.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Table: ThemeComponent<'Table'> = {
'group-aria-[multiselectable]/table:[&:first-child]:w-12',
'cursor-default p-4 text-left',
'text-text-base',
'after:border-border-base after:absolute after:bottom-0 after:left-0 after:size-full after:border-b after:border-solid after:content-[""]',
'after:border-border-base after:absolute after:bottom-0 after:left-0 after:z-[-1] after:size-full after:border-b after:border-solid after:content-[""]',
'focus:outline-outline-focus',
'bg-white',
],
Expand Down

0 comments on commit 6de0cb6

Please sign in to comment.