Skip to content

Commit

Permalink
fix: table grid variant b2b theme (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Jan 19, 2024
1 parent c1fb6aa commit 6f3d81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-dolphins-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-b2b": patch
---

fix: table grid variant b2b theme
4 changes: 2 additions & 2 deletions themes/theme-b2b/src/components/Table.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export const Table: ThemeComponent<'Table'> = {
'text-text-base',
'after:bg-bg-surface-raised after:absolute after:bottom-0 after:left-0 after:h-[1px] after:w-full after:content-[""]',
'focus:outline-outline-focus',
'bg-white',
'border-border-base border-b-[1px] bg-white',
],
{
variants: {
variant: {
grid: 'border-x-[1px] border-t-[1px]',
grid: 'border-x-[1px] border-t-[1px]',
},
size: {
compact: 'py-2',
Expand Down

1 comment on commit 6f3d81d

@vercel
Copy link

@vercel vercel bot commented on 6f3d81d Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-latest.vercel.app
marigold-storybook-marigold.vercel.app
marigold-storybook-git-main-marigold.vercel.app

Please sign in to comment.