Skip to content

Commit

Permalink
update to tailwind 4.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Jan 21, 2025
1 parent c9ce099 commit 3e9747c
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 236 deletions.
2 changes: 1 addition & 1 deletion config/assets/styles/tailwind-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@apply font-medium text-center text-sm px-5 py-2.5 rounded-lg cursor-pointer;
}
.btn-outline {
@apply text-gray-900 focus:outline-none bg-white rounded-lg border border-gray-200 enabled:hover:bg-gray-100 enabled:hover:text-primary-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 enabled:dark:hover:text-white enabled:dark:hover:bg-gray-700;
@apply text-gray-900 focus:outline-none bg-white rounded-lg border border-gray-200 hover:bg-gray-100 hover:text-primary-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700;
}
.btn-primary {
@apply border-primary-400 bg-gradient-to-r from-primary-100 via-primary-200 to-primary-200 dark:bg-none;
Expand Down
Loading

0 comments on commit 3e9747c

Please sign in to comment.