Skip to content

Commit

Permalink
fix(ButtonLink): handle hover state on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova committed Jul 8, 2024
1 parent df0c31b commit 9078709
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/orbit-components/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ export default {
disablePreflight: process.env.NODE_ENV === "test",
}),
],
future: {
hoverOnlyWhenSupported: true,
},
} satisfies Config;

0 comments on commit 9078709

Please sign in to comment.