Skip to content

Commit

Permalink
fixed inline-link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent dcaadf5 commit 6867f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.inline-link {
@apply text-primary-600 underline hover:text-primary-900;
@apply text-primary-500 underline hover:text-primary-600;
}

/* Tailwind checkbox needs it to change styles of the check */
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.scoped.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

.inline-link {
@apply text-primary-600 underline hover:text-primary-900;
@apply text-primary-500 underline hover:text-primary-600;
}

/* Tailwind checkbox needs it to change styles of the check */
Expand Down

0 comments on commit 6867f07

Please sign in to comment.