Skip to content

Commit

Permalink
fix: typo - the same tailwind class appeared twice (from-primary-500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Oct 24, 2023
1 parent 63b895d commit 6818e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/link.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use './common/typography.scss';

.puik-link {
@apply relative py-[1px] text-primary bg-gradient-to-bl from-primary-500 from-primary-500 bg-no-repeat bg-[length:100%_1px] bg-left-bottom transition-all ease-in-out duration-150;
@apply relative py-[1px] text-primary bg-gradient-to-bl from-primary-500 to-primary-500 bg-no-repeat bg-[length:100%_1px] bg-left-bottom transition-all ease-in-out duration-150;
&:hover,
&:active {
@apply py-[2.5px] cursor-pointer from-primary-800 to-primary-800 transition-all ease-in-out duration-150;
Expand Down

0 comments on commit 6818e07

Please sign in to comment.