Skip to content

Commit

Permalink
more corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
oyenuga17 committed Feb 19, 2024
1 parent 1f6c473 commit e21c0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/css/partials/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@apply bg-transparent border-primary text-primary border text-base font-semibold dark:bg-transparent dark:text-dark-primary dark:hover:bg-dark-primary dark:hover:text-dark-title;
}
.btn-transparent{
@apply rounded font-normal text-lg text-white whitespace-nowrap transition-colors inline-flex items-center justify-center space-x-3 dark:text-dark-white px-4 py-2
@apply rounded font-normal text-lg text-white whitespace-nowrap transition-colors inline-flex items-center justify-center space-x-3 dark:text-dark-white px-4 py-2 hover:border-primary dark:hover:border-dark-primary hover:text-primary dark:hover:text-dark-primary;
}
.btn-ghost:hover {
@apply text-white bg-primary border-primary;
Expand Down

0 comments on commit e21c0bc

Please sign in to comment.