Skip to content

Commit

Permalink
Fixing tabs hover style in core theme (#3712)
Browse files Browse the repository at this point in the history
* Fixing tabs hover token

* adding changeset

* fixing some styles

* some changes
  • Loading branch information
OsamaAbdellateef authored Feb 13, 2024
1 parent 545eaa3 commit 21fc7cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-gifts-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-core": patch
---

Fixing tabs hover style in core theme
4 changes: 2 additions & 2 deletions themes/theme-core/src/components/Tabs.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const Tabs: ThemeComponent<'Tabs'> = {
tab: cva(
[
'min-h-[40px]',
'hover:text-text-base-hover hover:border-b-border-hover hover:border-b-8 hover:border-solid',
'data-[hovered]:text-text-base-hover data-[hovered]:border-b-border-base-hover data-[hovered]:border-b-8 data-[hovered]:border-solid',
'aria-disabled:text-text-base-disabled aria-disabled:hover:border-none',
'aria-selected:border-b-border-brand aria-selected:border-b-8 aria-selected:border-solid ',
'aria-selected:border-b-border-brand data-[hovered]:aria-selected:border-b-border-brand aria-selected:border-b-8 aria-selected:border-solid ',
],
{
variants: {
Expand Down

0 comments on commit 21fc7cf

Please sign in to comment.